#8FCCC3

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

Shades of Bermuda #8FCCC3

Tints of Bermuda #8FCCC3

Color information

#8FCCC3 (or 0x8FCCC3) is unknown color: approx Bermuda. HEX triplet: 8F, CC and C3. RGB value is (143,204,195). Sum of RGB (Red+Green+Blue) = 143+204+195=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCC3 is #70333C. Grayscale: #B8B8B8. Windows color (decimal): -7353149 or 12831887. OLE color: 12831887.

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

Color convert

RGB143204195-
CMYK0.3000.040.2
HSL171.15º37.42%68.04%-
HSV(B)171.15º29.9%80%-
XYZ42.7752.9759.6-
YUV184.74133.7998.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=26.38%
G=37.64%
B=35.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041950.3000.040.2171.1537.4268.04
Hex8FCCC31E0414ab2544
Octal21731430336042425345104
Binary10001111110011001100001111110010010100101010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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