#95E0CB

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

Shades of Riptide #95E0CB

Tints of Riptide #95E0CB

Color information

#95E0CB (or 0x95E0CB) is unknown color: approx Riptide. HEX triplet: 95, E0 and CB. RGB value is (149,224,203). Sum of RGB (Red+Green+Blue) = 149+224+203=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0CB is #6A1F34. Grayscale: #C7C7C7. Windows color (decimal): -6954805 or 13361301. OLE color: 13361301.

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

Color convert

RGB149224203-
CMYK0.3300.090.12
HSL163.2º54.74%73.14%-
HSV(B)163.2º33.48%87.84%-
XYZ49.8364.0166.23-
YUV199.18130.1592.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 224 (87.89% from 255) = 38.89%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=25.87%
G=38.89%
B=35.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492242030.3300.090.12163.254.7473.14
Hex95E0CB2109Ca33749
Octal225340313410111424367111
Binary100101011110000011001011100001010011100101000111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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