#8CCCB4

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

Shades of Bermuda #8CCCB4

Tints of Bermuda #8CCCB4

Color information

#8CCCB4 (or 0x8CCCB4) is unknown color: approx Bermuda. HEX triplet: 8C, CC and B4. RGB value is (140,204,180). Sum of RGB (Red+Green+Blue) = 140+204+180=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCB4 is #73334B. Grayscale: #B6B6B6. Windows color (decimal): -7549772 or 11848844. OLE color: 11848844.

HSL color Cylindrical-coordinate representation of color #8CCCB4: hue angle of 157.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCB4 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB140204180-
CMYK0.3100.120.2
HSL157.5º38.55%67.45%-
HSV(B)157.5º31.37%80%-
XYZ40.6552.0651.09-
YUV182.13126.897.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=26.72%
G=38.93%
B=34.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041800.3100.120.2157.538.5567.45
Hex8CCCB41F0C149e2743
Octal214314264370142423647103
Binary100011001100110010110100111110110010100100111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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