#8CCABA

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

Shades of Bermuda #8CCABA

Tints of Bermuda #8CCABA

Color information

#8CCABA (or 0x8CCABA) is unknown color: approx Bermuda. HEX triplet: 8C, CA and BA. RGB value is (140,202,186). Sum of RGB (Red+Green+Blue) = 140+202+186=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCABA is #733545. Grayscale: #B5B5B5. Windows color (decimal): -7550278 or 12241548. OLE color: 12241548.

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

Color convert

RGB140202186-
CMYK0.3100.080.21
HSL164.52º36.9%67.06%-
HSV(B)164.52º30.69%79.22%-
XYZ40.851.3654.22-
YUV181.64130.4698.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=26.52%
G=38.26%
B=35.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021860.3100.080.21164.5236.967.06
Hex8CCABA1F0815a52543
Octal214312272370102524545103
Binary100011001100101010111010111110100010101101001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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