#95D8CE

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

Shades of Riptide #95D8CE

Tints of Riptide #95D8CE

Color information

#95D8CE (or 0x95D8CE) is unknown color: approx Riptide. HEX triplet: 95, D8 and CE. RGB value is (149,216,206). Sum of RGB (Red+Green+Blue) = 149+216+206=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8CE is #6A2731. Grayscale: #C2C2C2. Windows color (decimal): -6956850 or 13555861. OLE color: 13555861.

HSL color Cylindrical-coordinate representation of color #95D8CE: hue angle of 171.04º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8CE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB149216206-
CMYK0.3100.050.15
HSL171.04º46.21%71.57%-
HSV(B)171.04º31.02%84.71%-
XYZ48.0959.9667.43-
YUV194.83134.395.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.09%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=26.09%
G=37.83%
B=36.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492162060.3100.050.15171.0446.2171.57
Hex95D8CE1F05Fab2e48
Octal22533031637051725356110
Binary1001010111011000110011101111101011111101010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,206); }

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

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

 a { background-color: rgb(149,216,206); }

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

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

 span { border-color: rgb(149,216,206); }

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