#95E8DC

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

Shades of Riptide #95E8DC

Tints of Riptide #95E8DC

Color information

#95E8DC (or 0x95E8DC) is unknown color: approx Riptide. HEX triplet: 95, E8 and DC. RGB value is (149,232,220). Sum of RGB (Red+Green+Blue) = 149+232+220=601 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.79% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8DC is #6A1723. Grayscale: #CDCDCD. Windows color (decimal): -6952740 or 14477461. OLE color: 14477461.

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

Color convert

RGB149232220-
CMYK0.3600.050.09
HSL171.33º64.34%74.71%-
HSV(B)171.33º35.78%90.98%-
XYZ54.1769.2778.23-
YUV205.8213687.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.79%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=24.79%
G=38.60%
B=36.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492322200.3600.050.09171.3364.3474.71
Hex95E8DC24059ab404b
Octal225350334440511253100113
Binary100101011110100011011100100100010110011010101110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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