#95D7CE

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

Shades of Riptide #95D7CE

Tints of Riptide #95D7CE

Color information

#95D7CE (or 0x95D7CE) is unknown color: approx Riptide. HEX triplet: 95, D7 and CE. RGB value is (149,215,206). Sum of RGB (Red+Green+Blue) = 149+215+206=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7CE is #6A2831. Grayscale: #C2C2C2. Windows color (decimal): -6957106 or 13555605. OLE color: 13555605.

HSL color Cylindrical-coordinate representation of color #95D7CE: hue angle of 171.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7CE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB149215206-
CMYK0.3100.040.16
HSL171.82º45.21%71.37%-
HSV(B)171.82º30.7%84.31%-
XYZ47.8459.4567.35-
YUV194.24134.6395.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=26.14%
G=37.72%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492152060.3100.040.16171.8245.2171.37
Hex95D7CE1F0410ac2d47
Octal22532731637042025455107
Binary10010101110101111100111011111010010000101011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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