#95E8CD

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

Shades of Riptide #95E8CD

Tints of Riptide #95E8CD

Color information

#95E8CD (or 0x95E8CD) is unknown color: approx Riptide. HEX triplet: 95, E8 and CD. RGB value is (149,232,205). Sum of RGB (Red+Green+Blue) = 149+232+205=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8CD is #6A1732. Grayscale: #CCCCCC. Windows color (decimal): -6952755 or 13494421. OLE color: 13494421.

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

Color convert

RGB149232205-
CMYK0.3600.120.09
HSL160.48º64.34%74.71%-
HSV(B)160.48º35.78%90.98%-
XYZ52.2768.5168.23-
YUV204.1128.588.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 232 (91.02% from 255) = 39.59%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=25.43%
G=39.59%
B=34.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492322050.3600.120.09160.4864.3474.71
Hex95E8CD240C9a0404b
Octal2253503154401411240100113
Binary1001010111101000110011011001000110010011010000010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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