Html Css Color HEX #7AD0CB Downy

📋 copy color: '#7AD0CB'

red 122 ◦ green 208 ◦ blue 203

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

Shades of Downy #7AD0CB

Tints of Downy #7AD0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 22.89%
G = 39.02%
B = 38.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#7AD0CB (or 0x7AD0CB) is known color: Downy. HEX triplet: 7A, D0 and CB. RGB value is (122,208,203). Sum of RGB (Red+Green+Blue) = 122+208+203=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0CB is #852F34. Grayscale: #B5B5B5. Windows color (decimal): -8728373 or 13357178. OLE color: 13357178.

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

Color convert

RGB 122 208 203 -
CMYK 0.41 0 0.02 0.18
HSL 176.51º 0.48% 0.65% -
HSV(B) 176.51º 0.41% 0.82% -
XYZ 41.36 53.56 64.66 -
YUV 181.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 122 208 203 0.41 0 0.02 0.18 176.51 0.48 0.65
Hex 7A D0 CB 29 0 2 12 B1 30 41
Octal 172 320 313 51 0 2 22 261 60 101
Binary 1111010 11010000 11001011 101001 0 10 10010 10110001 110000 1000001

Color Harmonies of #7AD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0CB

Black with #7AD0CB

Text Example


Text Example

White with #7AD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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