#8FCCB9

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

Shades of Bermuda #8FCCB9

Tints of Bermuda #8FCCB9

Color information

#8FCCB9 (or 0x8FCCB9) is unknown color: approx Bermuda. HEX triplet: 8F, CC and B9. RGB value is (143,204,185). Sum of RGB (Red+Green+Blue) = 143+204+185=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCB9 is #703346. Grayscale: #B7B7B7. Windows color (decimal): -7353159 or 12176527. OLE color: 12176527.

HSL color Cylindrical-coordinate representation of color #8FCCB9: hue angle of 161.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCB9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB143204185-
CMYK0.3000.090.2
HSL161.31º37.42%68.04%-
HSV(B)161.31º29.9%80%-
XYZ41.6852.5353.84-
YUV183.6128.7999.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=26.88%
G=38.35%
B=34.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041850.3000.090.2161.3137.4268.04
Hex8FCCB91E0914a12544
Octal217314271360112424145104
Binary100011111100110010111001111100100110100101000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,185); }

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

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

 a { background-color: rgb(143,204,185); }

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

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

 span { border-color: rgb(143,204,185); }

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