Html Css Color HEX #7ADEBA Downy

📋 copy color: '#7ADEBA'

red 122 ◦ green 222 ◦ blue 186

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

Shades of Downy #7ADEBA

Tints of Downy #7ADEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 23.02%
G = 41.89%
B = 35.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7ADEBA (or 0x7ADEBA) is known color: Downy. HEX triplet: 7A, DE and BA. RGB value is (122,222,186). Sum of RGB (Red+Green+Blue) = 122+222+186=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEBA is #852145. Grayscale: #BCBCBC. Windows color (decimal): -8724806 or 12246650. OLE color: 12246650.

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

Color convert

RGB 122 222 186 -
CMYK 0.45 0 0.16 0.13
HSL 158.4º 0.6% 0.67% -
HSV(B) 158.4º 0.45% 0.87% -
XYZ 43.01 59.93 55.75 -
YUV 188 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 122 222 186 0.45 0 0.16 0.13 158.4 0.6 0.67
Hex 7A DE BA 2D 0 10 D 9E 3C 43
Octal 172 336 272 55 0 20 15 236 74 103
Binary 1111010 11011110 10111010 101101 0 10000 1101 10011110 111100 1000011

Color Harmonies of #7ADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADEBA

Black with #7ADEBA

Text Example


Text Example

White with #7ADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,222,186); }

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

background-color css

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

 a { background-color: rgb(122,222,186); }

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

border-color css

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

 span { border-color: rgb(122,222,186); }

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