#8EECCB

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

Shades of Riptide #8EECCB

Tints of Riptide #8EECCB

Color information

#8EECCB (or 0x8EECCB) is unknown color: approx Riptide. HEX triplet: 8E, EC and CB. RGB value is (142,236,203). Sum of RGB (Red+Green+Blue) = 142+236+203=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECCB is #711334. Grayscale: #CCCCCC. Windows color (decimal): -7410485 or 13364366. OLE color: 13364366.

HSL color Cylindrical-coordinate representation of color #8EECCB: hue angle of 158.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECCB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB142236203-
CMYK0.4000.140.07
HSL158.94º71.21%74.12%-
HSV(B)158.94º39.83%92.55%-
XYZ51.9370.0567.28-
YUV204.13127.3683.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.44%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=24.44%
G=40.62%
B=34.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422362030.4000.140.07158.9471.2174.12
Hex8EECCB280E79f474a
Octal216354313500167237107112
Binary100011101110110011001011101000011101111001111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EECCB; }

 p { color: rgb(142,236,203); }

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

<style>
 a { background-color: #8EECCB; }

 a { background-color: rgb(142,236,203); }

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

<style>
 span { border-color: #8EECCB; }

 span { border-color: rgb(142,236,203); }

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