Html Css Color HEX #7ADFBB Downy

📋 copy color: '#7ADFBB'

red 122 ◦ green 223 ◦ blue 187

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

Shades of Downy #7ADFBB

Tints of Downy #7ADFBB

RGB

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

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

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

R = 22.93%
G = 41.92%
B = 35.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7ADFBB (or 0x7ADFBB) is known color: Downy. HEX triplet: 7A, DF and BB. RGB value is (122,223,187). Sum of RGB (Red+Green+Blue) = 122+223+187=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFBB is #852044. Grayscale: #BCBCBC. Windows color (decimal): -8724549 or 12312442. OLE color: 12312442.

HSL color Cylindrical-coordinate representation of color #7ADFBB: hue angle of 158.61º 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 #7ADFBB is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 187 -
CMYK 0.45 0 0.16 0.13
HSL 158.61º 0.61% 0.68% -
HSV(B) 158.61º 0.45% 0.87% -
XYZ 43.38 60.5 56.4 -
YUV 188.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 122 223 187 0.45 0 0.16 0.13 158.61 0.61 0.68
Hex 7A DF BB 2D 0 10 D 9F 3D 44
Octal 172 337 273 55 0 20 15 237 75 104
Binary 1111010 11011111 10111011 101101 0 10000 1101 10011111 111101 1000100

Color Harmonies of #7ADFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFBB

Black with #7ADFBB

Text Example


Text Example

White with #7ADFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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