Html Css Color HEX #7ADDC2 Bermuda

📋 copy color: '#7ADDC2'

red 122 ◦ green 221 ◦ blue 194

#7ADDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #7ADDC2

Tints of Bermuda #7ADDC2

RGB

 RED value IS 122 (48.05% from 255) = 22.72%

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 22.72%
G = 41.15%
B = 36.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#7ADDC2 (or 0x7ADDC2) is known color: Bermuda. HEX triplet: 7A, DD and C2. RGB value is (122,221,194). Sum of RGB (Red+Green+Blue) = 122+221+194=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC2 is #85223D. Grayscale: #BCBCBC. Windows color (decimal): -8725054 or 12770682. OLE color: 12770682.

HSL color Cylindrical-coordinate representation of color #7ADDC2: hue angle of 163.64º 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 #7ADDC2 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 194 -
CMYK 0.45 0 0.12 0.13
HSL 163.64º 0.59% 0.67% -
HSV(B) 163.64º 0.45% 0.87% -
XYZ 43.62 59.75 60.27 -
YUV 188.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 122 221 194 0.45 0 0.12 0.13 163.64 0.59 0.67
Hex 7A DD C2 2D 0 C D A4 3B 43
Octal 172 335 302 55 0 14 15 244 73 103
Binary 1111010 11011101 11000010 101101 0 1100 1101 10100100 111011 1000011

Color Harmonies of #7ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDC2

Black with #7ADDC2

Text Example


Text Example

White with #7ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADDC2;
 }
 .AnyTagClassName
 {
   color: #7ADDC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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