Html Css Color HEX #7ADFB8 Downy

📋 copy color: '#7ADFB8'

red 122 ◦ green 223 ◦ blue 184

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

Shades of Downy #7ADFB8

Tints of Downy #7ADFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 23.06%
G = 42.16%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#7ADFB8 (or 0x7ADFB8) is known color: Downy. HEX triplet: 7A, DF and B8. RGB value is (122,223,184). Sum of RGB (Red+Green+Blue) = 122+223+184=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFB8 is #852047. Grayscale: #BCBCBC. Windows color (decimal): -8724552 or 12115834. OLE color: 12115834.

HSL color Cylindrical-coordinate representation of color #7ADFB8: hue angle of 156.83º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFB8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 184 -
CMYK 0.45 0 0.17 0.13
HSL 156.83º 0.61% 0.68% -
HSV(B) 156.83º 0.45% 0.87% -
XYZ 43.07 60.37 54.73 -
YUV 188.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 122 223 184 0.45 0 0.17 0.13 156.83 0.61 0.68
Hex 7A DF B8 2D 0 11 D 9D 3D 44
Octal 172 337 270 55 0 21 15 235 75 104
Binary 1111010 11011111 10111000 101101 0 10001 1101 10011101 111101 1000100

Color Harmonies of #7ADFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFB8

Black with #7ADFB8

Text Example


Text Example

White with #7ADFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,223,184); }

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

background-color css

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

 a { background-color: rgb(122,223,184); }

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

border-color css

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

 span { border-color: rgb(122,223,184); }

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