#7FCEBA

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

Shades of Bermuda #7FCEBA

Tints of Bermuda #7FCEBA

Color information

#7FCEBA (or 0x7FCEBA) is unknown color: approx Bermuda. HEX triplet: 7F, CE and BA. RGB value is (127,206,186). Sum of RGB (Red+Green+Blue) = 127+206+186=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEBA is #803145. Grayscale: #B4B4B4. Windows color (decimal): -8401222 or 12242559. OLE color: 12242559.

HSL color Cylindrical-coordinate representation of color #7FCEBA: hue angle of 164.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEBA is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB127206186-
CMYK0.3800.100.19
HSL164.81º44.63%65.29%-
HSV(B)164.81º38.35%80.78%-
XYZ39.6952.254.44-
YUV180.1131.3390.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=24.47%
G=39.69%
B=35.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272061860.3800.100.19164.8144.6365.29
Hex7FCEBA260A13a52d41
Octal177316272460122324555101
Binary111111111001110101110101001100101010011101001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCEBA; }

 p { color: rgb(127,206,186); }

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

<style>
 a { background-color: #7FCEBA; }

 a { background-color: rgb(127,206,186); }

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

<style>
 span { border-color: #7FCEBA; }

 span { border-color: rgb(127,206,186); }

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