#8CCABE

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

Shades of Bermuda #8CCABE

Tints of Bermuda #8CCABE

Color information

#8CCABE (or 0x8CCABE) is unknown color: approx Bermuda. HEX triplet: 8C, CA and BE. RGB value is (140,202,190). Sum of RGB (Red+Green+Blue) = 140+202+190=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCABE is #733541. Grayscale: #B6B6B6. Windows color (decimal): -7550274 or 12503692. OLE color: 12503692.

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

Color convert

RGB140202190-
CMYK0.3100.060.21
HSL168.39º36.9%67.06%-
HSV(B)168.39º30.69%79.22%-
XYZ41.2351.5356.49-
YUV182.09132.4697.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=26.32%
G=37.97%
B=35.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021900.3100.060.21168.3936.967.06
Hex8CCABE1F0615a82543
Octal21431227637062525045103
Binary10001100110010101011111011111011010101101010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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