Html Css Color HEX #7ADDC1 Bermuda

📋 copy color: '#7ADDC1'

red 122 ◦ green 221 ◦ blue 193

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

Shades of Bermuda #7ADDC1

Tints of Bermuda #7ADDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 22.76%
G = 41.23%
B = 36.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#7ADDC1 (or 0x7ADDC1) is known color: Bermuda. HEX triplet: 7A, DD and C1. RGB value is (122,221,193). Sum of RGB (Red+Green+Blue) = 122+221+193=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC1 is #85223E. Grayscale: #BCBCBC. Windows color (decimal): -8725055 or 12705146. OLE color: 12705146.

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

Color convert

RGB 122 221 193 -
CMYK 0.45 0 0.13 0.13
HSL 163.03º 0.59% 0.67% -
HSV(B) 163.03º 0.45% 0.87% -
XYZ 43.51 59.7 59.68 -
YUV 188.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 122 221 193 0.45 0 0.13 0.13 163.03 0.59 0.67
Hex 7A DD C1 2D 0 D D A3 3B 43
Octal 172 335 301 55 0 15 15 243 73 103
Binary 1111010 11011101 11000001 101101 0 1101 1101 10100011 111011 1000011

Color Harmonies of #7ADDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDC1

Black with #7ADDC1

Text Example


Text Example

White with #7ADDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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