#8CCAC0

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

Shades of Bermuda #8CCAC0

Tints of Bermuda #8CCAC0

Color information

#8CCAC0 (or 0x8CCAC0) is unknown color: approx Bermuda. HEX triplet: 8C, CA and C0. RGB value is (140,202,192). Sum of RGB (Red+Green+Blue) = 140+202+192=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAC0 is #73353F. Grayscale: #B6B6B6. Windows color (decimal): -7550272 or 12634764. OLE color: 12634764.

HSL color Cylindrical-coordinate representation of color #8CCAC0: hue angle of 170.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAC0 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB140202192-
CMYK0.3100.050.21
HSL170.32º36.9%67.06%-
HSV(B)170.32º30.69%79.22%-
XYZ41.4551.6257.65-
YUV182.32133.4697.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=26.22%
G=37.83%
B=35.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021920.3100.050.21170.3236.967.06
Hex8CCAC01F0515aa2543
Octal21431230037052525245103
Binary10001100110010101100000011111010110101101010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,192); }

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

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

 a { background-color: rgb(140,202,192); }

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

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

 span { border-color: rgb(140,202,192); }

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