#95E0D4

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

Shades of Riptide #95E0D4

Tints of Riptide #95E0D4

Color information

#95E0D4 (or 0x95E0D4) is unknown color: approx Riptide. HEX triplet: 95, E0 and D4. RGB value is (149,224,212). Sum of RGB (Red+Green+Blue) = 149+224+212=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0D4 is #6A1F2B. Grayscale: #C8C8C8. Windows color (decimal): -6954796 or 13951125. OLE color: 13951125.

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

Color convert

RGB149224212-
CMYK0.3300.050.12
HSL170.4º54.74%73.14%-
HSV(B)170.4º33.48%87.84%-
XYZ50.9364.4572.04-
YUV200.21134.6591.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=25.47%
G=38.29%
B=36.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492242120.3300.050.12170.454.7473.14
Hex95E0D42105Caa3749
Octal22534032441051425267111
Binary10010101111000001101010010000101011100101010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,212); }

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

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

 a { background-color: rgb(149,224,212); }

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

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

 span { border-color: rgb(149,224,212); }

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