#95E6D4

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

Shades of Riptide #95E6D4

Tints of Riptide #95E6D4

Color information

#95E6D4 (or 0x95E6D4) is unknown color: approx Riptide. HEX triplet: 95, E6 and D4. RGB value is (149,230,212). Sum of RGB (Red+Green+Blue) = 149+230+212=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6D4 is #6A192B. Grayscale: #CBCBCB. Windows color (decimal): -6953260 or 13952661. OLE color: 13952661.

HSL color Cylindrical-coordinate representation of color #95E6D4: hue angle of 166.67º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6D4 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB149230212-
CMYK0.3500.080.10
HSL166.67º61.83%74.31%-
HSV(B)166.67º35.22%90.2%-
XYZ52.5767.7472.59-
YUV203.73132.6688.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.21%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=25.21%
G=38.92%
B=35.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492302120.3500.080.10166.6761.8374.31
Hex95E6D42308Aa73e4a
Octal225346324430101224776112
Binary100101011110011011010100100011010001010101001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,230,212); }

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

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

 a { background-color: rgb(149,230,212); }

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

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

 span { border-color: rgb(149,230,212); }

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