Html Css Color HEX #ADDAB6 Fringy Flower

📋 copy color: '#ADDAB6'

red 173 ◦ green 218 ◦ blue 182

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

Shades of Fringy Flower #ADDAB6

Tints of Fringy Flower #ADDAB6

RGB

 RED value IS 173 (67.97% from 255) = 30.19%

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

 BLUE value IS 182 (71.48% from 255) = 31.76%

R = 30.19%
G = 38.05%
B = 31.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#ADDAB6 (or 0xADDAB6) is known color: Fringy Flower. HEX triplet: AD, DA and B6. RGB value is (173,218,182). Sum of RGB (Red+Green+Blue) = 173+218+182=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB6 is #522549. Grayscale: #C8C8C8. Windows color (decimal): -5383498 or 11983533. OLE color: 11983533.

HSL color Cylindrical-coordinate representation of color #ADDAB6: hue angle of 132º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 182 -
CMYK 0.21 0 0.17 0.15
HSL 132º 0.38% 0.77% -
HSV(B) 132º 0.21% 0.85% -
XYZ 50.75 62.4 53.63 -
YUV 200.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 173 218 182 0.21 0 0.17 0.15 132 0.38 0.77
Hex AD DA B6 15 0 11 F 84 26 4D
Octal 255 332 266 25 0 21 17 204 46 115
Binary 10101101 11011010 10110110 10101 0 10001 1111 10000100 100110 1001101

Color Harmonies of #ADDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAB6

Black with #ADDAB6

Text Example


Text Example

White with #ADDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAB6; }

 p { color: rgb(173,218,182); }

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

background-color css

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

 a { background-color: rgb(173,218,182); }

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

border-color css

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

 span { border-color: rgb(173,218,182); }

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