#95DED4

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

Shades of Riptide #95DED4

Tints of Riptide #95DED4

Color information

#95DED4 (or 0x95DED4) is unknown color: approx Riptide. HEX triplet: 95, DE and D4. RGB value is (149,222,212). Sum of RGB (Red+Green+Blue) = 149+222+212=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED4 is #6A212B. Grayscale: #C6C6C6. Windows color (decimal): -6955308 or 13950613. OLE color: 13950613.

HSL color Cylindrical-coordinate representation of color #95DED4: hue angle of 171.78º 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 #95DED4 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB149222212-
CMYK0.3300.050.13
HSL171.78º52.52%72.75%-
HSV(B)171.78º32.88%87.06%-
XYZ50.463.3971.87-
YUV199.03135.3292.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=25.56%
G=38.08%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492222120.3300.050.13171.7852.5272.75
Hex95DED42105Dac3549
Octal22533632441051525465111
Binary10010101110111101101010010000101011101101011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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