Html Css Color HEX #7ADABB Downy

📋 copy color: '#7ADABB'

red 122 ◦ green 218 ◦ blue 187

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

Shades of Downy #7ADABB

Tints of Downy #7ADABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 23.15%
G = 41.37%
B = 35.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#7ADABB (or 0x7ADABB) is known color: Downy. HEX triplet: 7A, DA and BB. RGB value is (122,218,187). Sum of RGB (Red+Green+Blue) = 122+218+187=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADABB is #852544. Grayscale: #B9B9B9. Windows color (decimal): -8725829 or 12311162. OLE color: 12311162.

HSL color Cylindrical-coordinate representation of color #7ADABB: hue angle of 160.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADABB is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 187 -
CMYK 0.44 0 0.14 0.15
HSL 160.63º 0.56% 0.67% -
HSV(B) 160.63º 0.44% 0.85% -
XYZ 42.07 57.87 55.97 -
YUV 185.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 122 218 187 0.44 0 0.14 0.15 160.63 0.56 0.67
Hex 7A DA BB 2C 0 E F A1 38 43
Octal 172 332 273 54 0 16 17 241 70 103
Binary 1111010 11011010 10111011 101100 0 1110 1111 10100001 111000 1000011

Color Harmonies of #7ADABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADABB

Black with #7ADABB

Text Example


Text Example

White with #7ADABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,218,187); }

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

background-color css

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

 a { background-color: rgb(122,218,187); }

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

border-color css

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

 span { border-color: rgb(122,218,187); }

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