#95D5CB

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

Shades of Riptide #95D5CB

Tints of Riptide #95D5CB

Color information

#95D5CB (or 0x95D5CB) is unknown color: approx Riptide. HEX triplet: 95, D5 and CB. RGB value is (149,213,203). Sum of RGB (Red+Green+Blue) = 149+213+203=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5CB is #6A2A34. Grayscale: #C0C0C0. Windows color (decimal): -6957621 or 13358485. OLE color: 13358485.

HSL color Cylindrical-coordinate representation of color #95D5CB: hue angle of 170.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5CB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB149213203-
CMYK0.3000.050.16
HSL170.62º43.24%70.98%-
HSV(B)170.62º30.05%83.53%-
XYZ46.9758.2965.28-
YUV192.72133.896.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=26.37%
G=37.70%
B=35.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492132030.3000.050.16170.6243.2470.98
Hex95D5CB1E0510ab2b47
Octal22532531336052025353107
Binary10010101110101011100101111110010110000101010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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