Html Css Color HEX #7AD0C7 Downy

📋 copy color: '#7AD0C7'

red 122 ◦ green 208 ◦ blue 199

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

Shades of Downy #7AD0C7

Tints of Downy #7AD0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 23.06%
G = 39.32%
B = 37.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#7AD0C7 (or 0x7AD0C7) is known color: Downy. HEX triplet: 7A, D0 and C7. RGB value is (122,208,199). Sum of RGB (Red+Green+Blue) = 122+208+199=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0C7 is #852F38. Grayscale: #B5B5B5. Windows color (decimal): -8728377 or 13095034. OLE color: 13095034.

HSL color Cylindrical-coordinate representation of color #7AD0C7: hue angle of 173.72º 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 #7AD0C7 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 199 -
CMYK 0.41 0 0.04 0.18
HSL 173.72º 0.48% 0.65% -
HSV(B) 173.72º 0.41% 0.82% -
XYZ 40.89 53.37 62.18 -
YUV 181.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 122 208 199 0.41 0 0.04 0.18 173.72 0.48 0.65
Hex 7A D0 C7 29 0 4 12 AE 30 41
Octal 172 320 307 51 0 4 22 256 60 101
Binary 1111010 11010000 11000111 101001 0 100 10010 10101110 110000 1000001

Color Harmonies of #7AD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0C7

Black with #7AD0C7

Text Example


Text Example

White with #7AD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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