#95D9CB

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

Shades of Riptide #95D9CB

Tints of Riptide #95D9CB

Color information

#95D9CB (or 0x95D9CB) is unknown color: approx Riptide. HEX triplet: 95, D9 and CB. RGB value is (149,217,203). Sum of RGB (Red+Green+Blue) = 149+217+203=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9CB is #6A2634. Grayscale: #C3C3C3. Windows color (decimal): -6956597 or 13359509. OLE color: 13359509.

HSL color Cylindrical-coordinate representation of color #95D9CB: hue angle of 167.65º degrees, saturation: 0.47, 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 #95D9CB is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB149217203-
CMYK0.3100.060.15
HSL167.65º47.22%71.76%-
HSV(B)167.65º31.34%85.1%-
XYZ47.9960.3365.62-
YUV195.07132.4795.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.19%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=26.19%
G=38.14%
B=35.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492172030.3100.060.15167.6547.2271.76
Hex95D9CB1F06Fa82f48
Octal22533131337061725057110
Binary1001010111011001110010111111101101111101010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,203); }

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

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

 a { background-color: rgb(149,217,203); }

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

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

 span { border-color: rgb(149,217,203); }

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