#95DFCB

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

Shades of Riptide #95DFCB

Tints of Riptide #95DFCB

Color information

#95DFCB (or 0x95DFCB) is unknown color: approx Riptide. HEX triplet: 95, DF and CB. RGB value is (149,223,203). Sum of RGB (Red+Green+Blue) = 149+223+203=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFCB is #6A2034. Grayscale: #C6C6C6. Windows color (decimal): -6955061 or 13361045. OLE color: 13361045.

HSL color Cylindrical-coordinate representation of color #95DFCB: hue angle of 163.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFCB is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB149223203-
CMYK0.3300.090.13
HSL163.78º53.62%72.94%-
HSV(B)163.78º33.18%87.45%-
XYZ49.5663.4866.14-
YUV198.59130.4892.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=25.91%
G=38.78%
B=35.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492232030.3300.090.13163.7853.6272.94
Hex95DFCB2109Da43649
Octal225337313410111524466111
Binary100101011101111111001011100001010011101101001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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