#8FCEC4

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

Shades of Bermuda #8FCEC4

Tints of Bermuda #8FCEC4

Color information

#8FCEC4 (or 0x8FCEC4) is unknown color: approx Bermuda. HEX triplet: 8F, CE and C4. RGB value is (143,206,196). Sum of RGB (Red+Green+Blue) = 143+206+196=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEC4 is #70313B. Grayscale: #BABABA. Windows color (decimal): -7352636 or 12897935. OLE color: 12897935.

HSL color Cylindrical-coordinate representation of color #8FCEC4: hue angle of 170.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEC4 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB143206196-
CMYK0.3100.050.19
HSL170.48º39.13%68.43%-
HSV(B)170.48º30.58%80.78%-
XYZ43.3653.9760.36-
YUV186.02133.6397.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=26.24%
G=37.80%
B=35.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061960.3100.050.19170.4839.1368.43
Hex8FCEC41F0513aa2744
Octal21731630437052325247104
Binary10001111110011101100010011111010110011101010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,196); }

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

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

 a { background-color: rgb(143,206,196); }

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

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

 span { border-color: rgb(143,206,196); }

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