#8FCEB7

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

Shades of Bermuda #8FCEB7

Tints of Bermuda #8FCEB7

Color information

#8FCEB7 (or 0x8FCEB7) is unknown color: approx Bermuda. HEX triplet: 8F, CE and B7. RGB value is (143,206,183). Sum of RGB (Red+Green+Blue) = 143+206+183=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEB7 is #703148. Grayscale: #B8B8B8. Windows color (decimal): -7352649 or 12045967. OLE color: 12045967.

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

Color convert

RGB143206183-
CMYK0.3100.110.19
HSL158.1º39.13%68.43%-
HSV(B)158.1º30.58%80.78%-
XYZ41.9553.452.9-
YUV184.54127.1398.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=26.88%
G=38.72%
B=34.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061830.3100.110.19158.139.1368.43
Hex8FCEB71F0B139e2744
Octal217316267370132323647104
Binary100011111100111010110111111110101110011100111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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