#95D7CB

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

Shades of Riptide #95D7CB

Tints of Riptide #95D7CB

Color information

#95D7CB (or 0x95D7CB) is unknown color: approx Riptide. HEX triplet: 95, D7 and CB. RGB value is (149,215,203). Sum of RGB (Red+Green+Blue) = 149+215+203=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7CB is #6A2834. Grayscale: #C1C1C1. Windows color (decimal): -6957109 or 13358997. OLE color: 13358997.

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

Color convert

RGB149215203-
CMYK0.3100.060.16
HSL169.09º45.21%71.37%-
HSV(B)169.09º30.7%84.31%-
XYZ47.4759.365.44-
YUV193.9133.1395.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=26.28%
G=37.92%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492152030.3100.060.16169.0945.2171.37
Hex95D7CB1F0610a92d47
Octal22532731337062025155107
Binary10010101110101111100101111111011010000101010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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