#8CC4C0

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

Shades of Bermuda #8CC4C0

Tints of Bermuda #8CC4C0

Color information

#8CC4C0 (or 0x8CC4C0) is unknown color: approx Bermuda. HEX triplet: 8C, C4 and C0. RGB value is (140,196,192). Sum of RGB (Red+Green+Blue) = 140+196+192=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4C0 is #733B3F. Grayscale: #B2B2B2. Windows color (decimal): -7551808 or 12633228. OLE color: 12633228.

HSL color Cylindrical-coordinate representation of color #8CC4C0: hue angle of 175.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC4C0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB140196192-
CMYK0.2900.020.23
HSL175.71º32.18%65.88%-
HSV(B)175.71º28.57%76.86%-
XYZ40.0748.8657.19-
YUV178.8135.45100.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=26.52%
G=37.12%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961920.2900.020.23175.7132.1865.88
Hex8CC4C01D0217b02042
Octal21430430035022726040102
Binary1000110011000100110000001110101010111101100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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