Html Css Color HEX #ADFAB6 Celadon

📋 copy color: '#ADFAB6'

red 173 ◦ green 250 ◦ blue 182

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

Shades of Celadon #ADFAB6

Tints of Celadon #ADFAB6

RGB

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

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

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

R = 28.6%
G = 41.32%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#ADFAB6 (or 0xADFAB6) is known color: Celadon. HEX triplet: AD, FA and B6. RGB value is (173,250,182). Sum of RGB (Red+Green+Blue) = 173+250+182=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB6 is #520549. Grayscale: #DBDBDB. Windows color (decimal): -5375306 or 11991725. OLE color: 11991725.

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

Color convert

RGB 173 250 182 -
CMYK 0.31 0 0.27 0.02
HSL 127.01º 0.89% 0.83% -
HSV(B) 127.01º 0.31% 0.98% -
XYZ 59.86 80.63 56.66 -
YUV 219.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 173 250 182 0.31 0 0.27 0.02 127.01 0.89 0.83
Hex AD FA B6 1F 0 1B 2 7F 59 53
Octal 255 372 266 37 0 33 2 177 131 123
Binary 10101101 11111010 10110110 11111 0 11011 10 1111111 1011001 1010011

Color Harmonies of #ADFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAB6

Black with #ADFAB6

Text Example


Text Example

White with #ADFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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