#95DECC

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

Shades of Riptide #95DECC

Tints of Riptide #95DECC

Color information

#95DECC (or 0x95DECC) is unknown color: approx Riptide. HEX triplet: 95, DE and CC. RGB value is (149,222,204). Sum of RGB (Red+Green+Blue) = 149+222+204=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #95DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DECC is #6A2133. Grayscale: #C6C6C6. Windows color (decimal): -6955316 or 13426325. OLE color: 13426325.

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

Color convert

RGB149222204-
CMYK0.3300.080.13
HSL165.21º52.52%72.75%-
HSV(B)165.21º32.88%87.06%-
XYZ49.4162.9966.68-
YUV198.12131.3292.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=25.91%
G=38.61%
B=35.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492222040.3300.080.13165.2152.5272.75
Hex95DECC2108Da53549
Octal225336314410101524565111
Binary100101011101111011001100100001010001101101001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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