Html Css Color HEX #ADDBB7 Fringy Flower

📋 copy color: '#ADDBB7'

red 173 ◦ green 219 ◦ blue 183

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

Shades of Fringy Flower #ADDBB7

Tints of Fringy Flower #ADDBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.83%

R = 30.09%
G = 38.09%
B = 31.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB7 (or 0xADDBB7) is known color: Fringy Flower. HEX triplet: AD, DB and B7. RGB value is (173,219,183). Sum of RGB (Red+Green+Blue) = 173+219+183=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB7 is #522448. Grayscale: #C9C9C9. Windows color (decimal): -5383241 or 12049325. OLE color: 12049325.

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

Color convert

RGB 173 219 183 -
CMYK 0.21 0 0.16 0.14
HSL 133.04º 0.39% 0.77% -
HSV(B) 133.04º 0.21% 0.86% -
XYZ 51.11 62.97 54.26 -
YUV 201.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 173 219 183 0.21 0 0.16 0.14 133.04 0.39 0.77
Hex AD DB B7 15 0 10 E 85 27 4D
Octal 255 333 267 25 0 20 16 205 47 115
Binary 10101101 11011011 10110111 10101 0 10000 1110 10000101 100111 1001101

Color Harmonies of #ADDBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB7

Black with #ADDBB7

Text Example


Text Example

White with #ADDBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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