#95EAD3

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

Shades of Riptide #95EAD3

Tints of Riptide #95EAD3

Color information

#95EAD3 (or 0x95EAD3) is unknown color: approx Riptide. HEX triplet: 95, EA and D3. RGB value is (149,234,211). Sum of RGB (Red+Green+Blue) = 149+234+211=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAD3 is #6A152C. Grayscale: #CDCDCD. Windows color (decimal): -6952237 or 13888149. OLE color: 13888149.

HSL color Cylindrical-coordinate representation of color #95EAD3: hue angle of 163.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAD3 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB149234211-
CMYK0.3600.100.08
HSL163.76º66.93%75.1%-
HSV(B)163.76º36.32%91.76%-
XYZ53.5869.9472.3-
YUV205.96130.8487.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.08%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=25.08%
G=39.39%
B=35.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492342110.3600.100.08163.7666.9375.1
Hex95EAD3240A8a4434b
Octal2253523234401210244103113
Binary1001010111101010110100111001000101010001010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,211); }

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

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

 a { background-color: rgb(149,234,211); }

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

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

 span { border-color: rgb(149,234,211); }

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