#95DED5

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

Shades of Riptide #95DED5

Tints of Riptide #95DED5

Color information

#95DED5 (or 0x95DED5) is unknown color: approx Riptide. HEX triplet: 95, DE and D5. RGB value is (149,222,213). Sum of RGB (Red+Green+Blue) = 149+222+213=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED5 is #6A212A. Grayscale: #C7C7C7. Windows color (decimal): -6955307 or 14016149. OLE color: 14016149.

HSL color Cylindrical-coordinate representation of color #95DED5: hue angle of 172.6º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DED5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB149222213-
CMYK0.3300.040.13
HSL172.6º52.52%72.75%-
HSV(B)172.6º32.88%87.06%-
XYZ50.5363.4472.53-
YUV199.15135.8292.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.51%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=25.51%
G=38.01%
B=36.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492222130.3300.040.13172.652.5272.75
Hex95DED52104Dad3549
Octal22533632541041525565111
Binary10010101110111101101010110000101001101101011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,213); }

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

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

 a { background-color: rgb(149,222,213); }

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

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

 span { border-color: rgb(149,222,213); }

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