#95DEC3

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

Shades of Riptide #95DEC3

Tints of Riptide #95DEC3

Color information

#95DEC3 (or 0x95DEC3) is unknown color: approx Riptide. HEX triplet: 95, DE and C3. RGB value is (149,222,195). Sum of RGB (Red+Green+Blue) = 149+222+195=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #95DEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DEC3 is #6A213C. Grayscale: #C5C5C5. Windows color (decimal): -6955325 or 12836501. OLE color: 12836501.

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

Color convert

RGB149222195-
CMYK0.3300.120.13
HSL157.81º52.52%72.75%-
HSV(B)157.81º32.88%87.06%-
XYZ48.3762.5761.16-
YUV197.09126.8293.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=26.33%
G=39.22%
B=34.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221950.3300.120.13157.8152.5272.75
Hex95DEC3210CD9e3549
Octal225336303410141523665111
Binary100101011101111011000011100001011001101100111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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