Html Css Color HEX #ADFBBA Fringy Flower

📋 copy color: '#ADFBBA'

red 173 ◦ green 251 ◦ blue 186

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

Shades of Fringy Flower #ADFBBA

Tints of Fringy Flower #ADFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.15%

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 28.36%
G = 41.15%
B = 30.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#ADFBBA (or 0xADFBBA) is known color: Fringy Flower. HEX triplet: AD, FB and BA. RGB value is (173,251,186). Sum of RGB (Red+Green+Blue) = 173+251+186=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBA is #520445. Grayscale: #DCDCDC. Windows color (decimal): -5375046 or 12254125. OLE color: 12254125.

HSL color Cylindrical-coordinate representation of color #ADFBBA: hue angle of 130º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 186 -
CMYK 0.31 0 0.26 0.02
HSL 130º 0.91% 0.83% -
HSV(B) 130º 0.31% 0.98% -
XYZ 60.59 81.42 58.98 -
YUV 220.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 173 251 186 0.31 0 0.26 0.02 130 0.91 0.83
Hex AD FB BA 1F 0 1A 2 82 5B 53
Octal 255 373 272 37 0 32 2 202 133 123
Binary 10101101 11111011 10111010 11111 0 11010 10 10000010 1011011 1010011

Color Harmonies of #ADFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBBA

Black with #ADFBBA

Text Example


Text Example

White with #ADFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBBA; }

 p { color: rgb(173,251,186); }

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

background-color css

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

 a { background-color: rgb(173,251,186); }

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

border-color css

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

 span { border-color: rgb(173,251,186); }

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