Html Css Color HEX #ADDEB2 Celadon

📋 copy color: '#ADDEB2'

red 173 ◦ green 222 ◦ blue 178

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

Shades of Celadon #ADDEB2

Tints of Celadon #ADDEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 30.19%
G = 38.74%
B = 31.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#ADDEB2 (or 0xADDEB2) is known color: Celadon. HEX triplet: AD, DE and B2. RGB value is (173,222,178). Sum of RGB (Red+Green+Blue) = 173+222+178=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEB2 is #52214D. Grayscale: #CACACA. Windows color (decimal): -5382478 or 11722413. OLE color: 11722413.

HSL color Cylindrical-coordinate representation of color #ADDEB2: hue angle of 126.12º 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 #ADDEB2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 178 -
CMYK 0.22 0 0.20 0.13
HSL 126.12º 0.43% 0.77% -
HSV(B) 126.12º 0.22% 0.87% -
XYZ 51.39 64.34 51.83 -
YUV 202.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 173 222 178 0.22 0 0.20 0.13 126.12 0.43 0.77
Hex AD DE B2 16 0 14 D 7E 2B 4D
Octal 255 336 262 26 0 24 15 176 53 115
Binary 10101101 11011110 10110010 10110 0 10100 1101 1111110 101011 1001101

Color Harmonies of #ADDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEB2

Black with #ADDEB2

Text Example


Text Example

White with #ADDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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