#95e5ce

Color #95E5CE Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #95E5CE

Tints of Riptide #95E5CE

Color information

#95E5CE (or 0x95E5CE) is unknown color: approx Riptide. HEX triplet: 95, E5 and CE. RGB value is (149,229,206). Sum of RGB (Red+Green+Blue) = 149+229+206=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E5CE is #6A1A31. Grayscale: #CACACA. Windows color (decimal): -6953522 or 13559189. OLE color: 13559189.

HSL color Cylindrical-coordinate representation of color #95E5CE: hue angle of 162.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5CE is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB149229206-
CMYK0.3500.100.10
HSL162.75º60.61%74.12%-
HSV(B)162.75º34.93%89.8%-
XYZ51.5566.8868.59-
YUV202.4613089.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 25.51%
GREEN value IS 229 (89.84% from 255) = 39.21%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=25.51%
G=39.21%
B=35.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492292060.3500.100.10162.7560.6174.12
Hex95E5CE230AAa33d4a
Octal225345316430121224375112
Binary100101011110010111001110100011010101010101000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95e5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95e5ce; }

 p { color: rgb(149,229,206); }

 H1.HeaderClassName
 {
   color: #95e5ce;
 }
 .AnyTagClassName
 {
   color: #95e5ce;
 }
</style>
background-color css

<style>
 a { background-color: #95e5ce; }

 a { background-color: rgb(149,229,206); }

 div.DivClassName
 {
   background-color: #95e5ce;
 }
 .BgClassName
 {
   background-color: #95e5ce;
 }
</style>
border-color css

<style>
 span { border-color: #95e5ce; }

 span { border-color: rgb(149,229,206); }

 td.TdClassName
 {
   border-color: #95e5ce;
 }
 .TagClassName
 {
   border-color: #95e5ce;
 }
</style>