#7ADDBF

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

Shades of Bermuda #7ADDBF

Tints of Bermuda #7ADDBF

Color information

#7ADDBF (or 0x7ADDBF) is unknown color: approx Bermuda. HEX triplet: 7A, DD and BF. RGB value is (122,221,191). Sum of RGB (Red+Green+Blue) = 122+221+191=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBF is #852240. Grayscale: #BBBBBB. Windows color (decimal): -8725057 or 12574074. OLE color: 12574074.

HSL color Cylindrical-coordinate representation of color #7ADDBF: hue angle of 161.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDBF is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB122221191-
CMYK0.4500.140.13
HSL161.82º59.28%67.25%-
HSV(B)161.82º44.8%86.67%-
XYZ43.2959.6158.52-
YUV187.98129.780.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.85%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 191 (75% from 255) = 35.77%
R=22.85%
G=41.39%
B=35.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211910.4500.140.13161.8259.2867.25
Hex7ADDBF2D0EDa23b43
Octal172335277550161524273103
Binary11110101101110110111111101101011101101101000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,191); }

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

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

 a { background-color: rgb(122,221,191); }

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

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

 span { border-color: rgb(122,221,191); }

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