#95E9DA

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

Shades of Riptide #95E9DA

Tints of Riptide #95E9DA

Color information

#95E9DA (or 0x95E9DA) is unknown color: approx Riptide. HEX triplet: 95, E9 and DA. RGB value is (149,233,218). Sum of RGB (Red+Green+Blue) = 149+233+218=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E9DA is #6A1625. Grayscale: #CECECE. Windows color (decimal): -6952486 or 14346645. OLE color: 14346645.

HSL color Cylindrical-coordinate representation of color #95E9DA: hue angle of 169.29º degrees, saturation: 0.66, 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 #95E9DA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB149233218-
CMYK0.3600.060.09
HSL169.29º65.62%74.9%-
HSV(B)169.29º36.05%91.37%-
XYZ54.1969.7376.93-
YUV206.17134.6787.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.83%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=24.83%
G=38.83%
B=36.33%

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
Decimal1492332180.3600.060.09169.2965.6274.9
Hex95E9DA24069a9424b
Octal225351332440611251102113
Binary100101011110100111011010100100011010011010100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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