#95EAD2

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

Shades of Riptide #95EAD2

Tints of Riptide #95EAD2

Color information

#95EAD2 (or 0x95EAD2) is unknown color: approx Riptide. HEX triplet: 95, EA and D2. RGB value is (149,234,210). Sum of RGB (Red+Green+Blue) = 149+234+210=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAD2 is #6A152D. Grayscale: #CDCDCD. Windows color (decimal): -6952238 or 13822613. OLE color: 13822613.

HSL color Cylindrical-coordinate representation of color #95EAD2: hue angle of 163.06º 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 #95EAD2 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB149234210-
CMYK0.3600.100.08
HSL163.06º66.93%75.1%-
HSV(B)163.06º36.32%91.76%-
XYZ53.4569.8971.65-
YUV205.85130.3487.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=25.13%
G=39.46%
B=35.41%

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
Decimal1492342100.3600.100.08163.0666.9375.1
Hex95EAD2240A8a3434b
Octal2253523224401210243103113
Binary1001010111101010110100101001000101010001010001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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