#8CEBCC

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

Shades of Riptide #8CEBCC

Tints of Riptide #8CEBCC

Color information

#8CEBCC (or 0x8CEBCC) is unknown color: approx Riptide. HEX triplet: 8C, EB and CC. RGB value is (140,235,204). Sum of RGB (Red+Green+Blue) = 140+235+204=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBCC is #731433. Grayscale: #CBCBCB. Windows color (decimal): -7541812 or 13429644. OLE color: 13429644.

HSL color Cylindrical-coordinate representation of color #8CEBCC: hue angle of 160.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBCC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB140235204-
CMYK0.4000.130.08
HSL160.42º70.37%73.53%-
HSV(B)160.42º40.43%92.16%-
XYZ51.4269.3567.8-
YUV203.06128.5383.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.18%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=24.18%
G=40.59%
B=35.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402352040.4000.130.08160.4270.3773.53
Hex8CEBCC280D8a0464a
Octal2143533145001510240106112
Binary1000110011101011110011001010000110110001010000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,204); }

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

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

 a { background-color: rgb(140,235,204); }

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

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

 span { border-color: rgb(140,235,204); }

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