Html Css Color HEX #ADDCBF Fringy Flower

📋 copy color: '#ADDCBF'

red 173 ◦ green 220 ◦ blue 191

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

Shades of Fringy Flower #ADDCBF

Tints of Fringy Flower #ADDCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 29.62%
G = 37.67%
B = 32.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#ADDCBF (or 0xADDCBF) is known color: Fringy Flower. HEX triplet: AD, DC and BF. RGB value is (173,220,191). Sum of RGB (Red+Green+Blue) = 173+220+191=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBF is #522340. Grayscale: #CACACA. Windows color (decimal): -5382977 or 12573869. OLE color: 12573869.

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

Color convert

RGB 173 220 191 -
CMYK 0.21 0 0.13 0.14
HSL 142.98º 0.4% 0.77% -
HSV(B) 142.98º 0.21% 0.86% -
XYZ 52.23 63.83 58.86 -
YUV 202.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 173 220 191 0.21 0 0.13 0.14 142.98 0.4 0.77
Hex AD DC BF 15 0 D E 8F 28 4D
Octal 255 334 277 25 0 15 16 217 50 115
Binary 10101101 11011100 10111111 10101 0 1101 1110 10001111 101000 1001101

Color Harmonies of #ADDCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCBF

Black with #ADDCBF

Text Example


Text Example

White with #ADDCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCBF; }

 p { color: rgb(173,220,191); }

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

background-color css

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

 a { background-color: rgb(173,220,191); }

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

border-color css

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

 span { border-color: rgb(173,220,191); }

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