Html Css Color HEX #ADDEAF Celadon

📋 copy color: '#ADDEAF'

red 173 ◦ green 222 ◦ blue 175

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

Shades of Celadon #ADDEAF

Tints of Celadon #ADDEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 30.35%
G = 38.95%
B = 30.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#ADDEAF (or 0xADDEAF) is known color: Celadon. HEX triplet: AD, DE and AF. RGB value is (173,222,175). Sum of RGB (Red+Green+Blue) = 173+222+175=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEAF is #522150. Grayscale: #CACACA. Windows color (decimal): -5382481 or 11525805. OLE color: 11525805.

HSL color Cylindrical-coordinate representation of color #ADDEAF: hue angle of 122.45º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEAF is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 175 -
CMYK 0.22 0 0.21 0.13
HSL 122.45º 0.43% 0.77% -
HSV(B) 122.45º 0.22% 0.87% -
XYZ 51.09 64.22 50.26 -
YUV 201.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 173 222 175 0.22 0 0.21 0.13 122.45 0.43 0.77
Hex AD DE AF 16 0 15 D 7A 2B 4D
Octal 255 336 257 26 0 25 15 172 53 115
Binary 10101101 11011110 10101111 10110 0 10101 1101 1111010 101011 1001101

Color Harmonies of #ADDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEAF

Black with #ADDEAF

Text Example


Text Example

White with #ADDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEAF; }

 p { color: rgb(173,222,175); }

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

background-color css

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

 a { background-color: rgb(173,222,175); }

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

border-color css

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

 span { border-color: rgb(173,222,175); }

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