#95E1D7

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

Shades of Riptide #95E1D7

Tints of Riptide #95E1D7

Color information

#95E1D7 (or 0x95E1D7) is unknown color: approx Riptide. HEX triplet: 95, E1 and D7. RGB value is (149,225,215). Sum of RGB (Red+Green+Blue) = 149+225+215=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D7 is #6A1E28. Grayscale: #C9C9C9. Windows color (decimal): -6954537 or 14147989. OLE color: 14147989.

HSL color Cylindrical-coordinate representation of color #95E1D7: hue angle of 172.11º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1D7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB149225215-
CMYK0.3400.040.12
HSL172.11º55.88%73.33%-
HSV(B)172.11º33.78%88.24%-
XYZ51.5965.1574.15-
YUV201.14135.8290.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=25.30%
G=38.20%
B=36.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492252150.3400.040.12172.1155.8873.33
Hex95E1D72204Cac3849
Octal22534132742041425470111
Binary10010101111000011101011110001001001100101011001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,215); }

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

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

 a { background-color: rgb(149,225,215); }

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

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

 span { border-color: rgb(149,225,215); }

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