#7FDCBA

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

Shades of Bermuda #7FDCBA

Tints of Bermuda #7FDCBA

Color information

#7FDCBA (or 0x7FDCBA) is unknown color: approx Bermuda. HEX triplet: 7F, DC and BA. RGB value is (127,220,186). Sum of RGB (Red+Green+Blue) = 127+220+186=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCBA is #802345. Grayscale: #BCBCBC. Windows color (decimal): -8397638 or 12246143. OLE color: 12246143.

HSL color Cylindrical-coordinate representation of color #7FDCBA: hue angle of 158.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCBA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB127220186-
CMYK0.4200.150.14
HSL158.06º57.06%68.04%-
HSV(B)158.06º42.27%86.27%-
XYZ43.2159.2455.61-
YUV188.32126.6984.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.83%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=23.83%
G=41.28%
B=34.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201860.4200.150.14158.0657.0668.04
Hex7FDCBA2A0FE9e3944
Octal177334272520171623671104
Binary11111111101110010111010101010011111110100111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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