#95E8DA

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

Shades of Riptide #95E8DA

Tints of Riptide #95E8DA

Color information

#95E8DA (or 0x95E8DA) is unknown color: approx Riptide. HEX triplet: 95, E8 and DA. RGB value is (149,232,218). Sum of RGB (Red+Green+Blue) = 149+232+218=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8DA is #6A1725. Grayscale: #CDCDCD. Windows color (decimal): -6952742 or 14346389. OLE color: 14346389.

HSL color Cylindrical-coordinate representation of color #95E8DA: hue angle of 169.88º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8DA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB149232218-
CMYK0.3600.060.09
HSL169.88º64.34%74.71%-
HSV(B)169.88º35.78%90.98%-
XYZ53.9169.1676.84-
YUV205.5913587.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.87%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=24.87%
G=38.73%
B=36.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492322180.3600.060.09169.8864.3474.71
Hex95E8DA24069aa404b
Octal225350332440611252100113
Binary100101011110100011011010100100011010011010101010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,218); }

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

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

 a { background-color: rgb(149,232,218); }

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

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

 span { border-color: rgb(149,232,218); }

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