#7AD6C6

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

Shades of Bermuda #7AD6C6

Tints of Bermuda #7AD6C6

Color information

#7AD6C6 (or 0x7AD6C6) is unknown color: approx Bermuda. HEX triplet: 7A, D6 and C6. RGB value is (122,214,198). Sum of RGB (Red+Green+Blue) = 122+214+198=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6C6 is #852939. Grayscale: #B8B8B8. Windows color (decimal): -8726842 or 13031034. OLE color: 13031034.

HSL color Cylindrical-coordinate representation of color #7AD6C6: hue angle of 169.57º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6C6 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB122214198-
CMYK0.4300.070.16
HSL169.57º52.87%65.88%-
HSV(B)169.57º42.99%83.92%-
XYZ42.2756.3162.07-
YUV184.67135.5283.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.85%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=22.85%
G=40.07%
B=37.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222141980.4300.070.16169.5752.8765.88
Hex7AD6C62B0710aa3542
Octal17232630653072025265102
Binary11110101101011011000110101011011110000101010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,198); }

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

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

 a { background-color: rgb(122,214,198); }

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

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

 span { border-color: rgb(122,214,198); }

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