Html Css Color HEX #ADFAB3 Celadon

📋 copy color: '#ADFAB3'

red 173 ◦ green 250 ◦ blue 179

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

Shades of Celadon #ADFAB3

Tints of Celadon #ADFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.73%

R = 28.74%
G = 41.53%
B = 29.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#ADFAB3 (or 0xADFAB3) is known color: Celadon. HEX triplet: AD, FA and B3. RGB value is (173,250,179). Sum of RGB (Red+Green+Blue) = 173+250+179=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB3 is #52054C. Grayscale: #DBDBDB. Windows color (decimal): -5375309 or 11795117. OLE color: 11795117.

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

Color convert

RGB 173 250 179 -
CMYK 0.31 0 0.28 0.02
HSL 124.68º 0.89% 0.83% -
HSV(B) 124.68º 0.31% 0.98% -
XYZ 59.56 80.51 55.05 -
YUV 218.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 173 250 179 0.31 0 0.28 0.02 124.68 0.89 0.83
Hex AD FA B3 1F 0 1C 2 7D 59 53
Octal 255 372 263 37 0 34 2 175 131 123
Binary 10101101 11111010 10110011 11111 0 11100 10 1111101 1011001 1010011

Color Harmonies of #ADFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAB3

Black with #ADFAB3

Text Example


Text Example

White with #ADFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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