Html Css Color HEX #7AD0C9 Downy

📋 copy color: '#7AD0C9'

red 122 ◦ green 208 ◦ blue 201

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

Shades of Downy #7AD0C9

Tints of Downy #7AD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 22.98%
G = 39.17%
B = 37.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#7AD0C9 (or 0x7AD0C9) is known color: Downy. HEX triplet: 7A, D0 and C9. RGB value is (122,208,201). Sum of RGB (Red+Green+Blue) = 122+208+201=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0C9 is #852F36. Grayscale: #B5B5B5. Windows color (decimal): -8728375 or 13226106. OLE color: 13226106.

HSL color Cylindrical-coordinate representation of color #7AD0C9: hue angle of 175.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0C9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 201 -
CMYK 0.41 0 0.03 0.18
HSL 175.12º 0.48% 0.65% -
HSV(B) 175.12º 0.41% 0.82% -
XYZ 41.12 53.47 63.41 -
YUV 181.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 122 208 201 0.41 0 0.03 0.18 175.12 0.48 0.65
Hex 7A D0 C9 29 0 3 12 AF 30 41
Octal 172 320 311 51 0 3 22 257 60 101
Binary 1111010 11010000 11001001 101001 0 11 10010 10101111 110000 1000001

Color Harmonies of #7AD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0C9

Black with #7AD0C9

Text Example


Text Example

White with #7AD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,201); }

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

background-color css

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

 a { background-color: rgb(122,208,201); }

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

border-color css

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

 span { border-color: rgb(122,208,201); }

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