#8CCAC4

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

Shades of Bermuda #8CCAC4

Tints of Bermuda #8CCAC4

Color information

#8CCAC4 (or 0x8CCAC4) is unknown color: approx Bermuda. HEX triplet: 8C, CA and C4. RGB value is (140,202,196). Sum of RGB (Red+Green+Blue) = 140+202+196=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAC4 is #73353B. Grayscale: #B6B6B6. Windows color (decimal): -7550268 or 12896908. OLE color: 12896908.

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

Color convert

RGB140202196-
CMYK0.3100.030.21
HSL174.19º36.9%67.06%-
HSV(B)174.19º30.69%79.22%-
XYZ41.951.860.02-
YUV182.78135.4697.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=26.02%
G=37.55%
B=36.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021960.3100.030.21174.1936.967.06
Hex8CCAC41F0315ae2543
Octal21431230437032525645103
Binary1000110011001010110001001111101110101101011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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