#95E1D0

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

Shades of Riptide #95E1D0

Tints of Riptide #95E1D0

Color information

#95E1D0 (or 0x95E1D0) is unknown color: approx Riptide. HEX triplet: 95, E1 and D0. RGB value is (149,225,208). Sum of RGB (Red+Green+Blue) = 149+225+208=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D0 is #6A1E2F. Grayscale: #C8C8C8. Windows color (decimal): -6954544 or 13689237. OLE color: 13689237.

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

Color convert

RGB149225208-
CMYK0.3400.080.12
HSL166.58º55.88%73.33%-
HSV(B)166.58º33.78%88.24%-
XYZ50.764.7969.51-
YUV200.34132.3291.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=25.60%
G=38.66%
B=35.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492252080.3400.080.12166.5855.8873.33
Hex95E1D02208Ca73849
Octal225341320420101424770111
Binary100101011110000111010000100010010001100101001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,208); }

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

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

 a { background-color: rgb(149,225,208); }

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

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

 span { border-color: rgb(149,225,208); }

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