Html Css Color HEX #ADFAB1 Celadon

📋 copy color: '#ADFAB1'

red 173 ◦ green 250 ◦ blue 177

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

Shades of Celadon #ADFAB1

Tints of Celadon #ADFAB1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.67%

 BLUE value IS 177 (69.53% from 255) = 29.5%

R = 28.83%
G = 41.67%
B = 29.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#ADFAB1 (or 0xADFAB1) is known color: Celadon. HEX triplet: AD, FA and B1. RGB value is (173,250,177). Sum of RGB (Red+Green+Blue) = 173+250+177=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAB1 is #52054E. Grayscale: #DADADA. Windows color (decimal): -5375311 or 11664045. OLE color: 11664045.

HSL color Cylindrical-coordinate representation of color #ADFAB1: hue angle of 123.12º degrees, saturation: 0.89, 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 #ADFAB1 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 177 -
CMYK 0.31 0 0.29 0.02
HSL 123.12º 0.89% 0.83% -
HSV(B) 123.12º 0.31% 0.98% -
XYZ 59.36 80.43 53.99 -
YUV 218.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 173 250 177 0.31 0 0.29 0.02 123.12 0.89 0.83
Hex AD FA B1 1F 0 1D 2 7B 59 53
Octal 255 372 261 37 0 35 2 173 131 123
Binary 10101101 11111010 10110001 11111 0 11101 10 1111011 1011001 1010011

Color Harmonies of #ADFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAB1

Black with #ADFAB1

Text Example


Text Example

White with #ADFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAB1; }

 p { color: rgb(173,250,177); }

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

background-color css

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

 a { background-color: rgb(173,250,177); }

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

border-color css

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

 span { border-color: rgb(173,250,177); }

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