#8CCCB5

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

Shades of Bermuda #8CCCB5

Tints of Bermuda #8CCCB5

Color information

#8CCCB5 (or 0x8CCCB5) is unknown color: approx Bermuda. HEX triplet: 8C, CC and B5. RGB value is (140,204,181). Sum of RGB (Red+Green+Blue) = 140+204+181=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCB5 is #73334A. Grayscale: #B6B6B6. Windows color (decimal): -7549771 or 11914380. OLE color: 11914380.

HSL color Cylindrical-coordinate representation of color #8CCCB5: hue angle of 158.44º 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 #8CCCB5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB140204181-
CMYK0.3100.110.2
HSL158.44º38.55%67.45%-
HSV(B)158.44º31.37%80%-
XYZ40.7552.151.62-
YUV182.24127.397.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=26.67%
G=38.86%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041810.3100.110.2158.4438.5567.45
Hex8CCCB51F0B149e2743
Octal214314265370132423647103
Binary100011001100110010110101111110101110100100111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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