Html Css Color HEX #ADDBB6 Fringy Flower

📋 copy color: '#ADDBB6'

red 173 ◦ green 219 ◦ blue 182

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

Shades of Fringy Flower #ADDBB6

Tints of Fringy Flower #ADDBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 30.14%
G = 38.15%
B = 31.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB6 (or 0xADDBB6) is known color: Fringy Flower. HEX triplet: AD, DB and B6. RGB value is (173,219,182). Sum of RGB (Red+Green+Blue) = 173+219+182=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB6 is #522449. Grayscale: #C9C9C9. Windows color (decimal): -5383242 or 11983789. OLE color: 11983789.

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

Color convert

RGB 173 219 182 -
CMYK 0.21 0 0.17 0.14
HSL 131.74º 0.39% 0.77% -
HSV(B) 131.74º 0.21% 0.86% -
XYZ 51.01 62.92 53.71 -
YUV 201.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 173 219 182 0.21 0 0.17 0.14 131.74 0.39 0.77
Hex AD DB B6 15 0 11 E 84 27 4D
Octal 255 333 266 25 0 21 16 204 47 115
Binary 10101101 11011011 10110110 10101 0 10001 1110 10000100 100111 1001101

Color Harmonies of #ADDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB6

Black with #ADDBB6

Text Example


Text Example

White with #ADDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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