Html Css Color HEX #ADDEB4 Celadon

📋 copy color: '#ADDEB4'

red 173 ◦ green 222 ◦ blue 180

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

Shades of Celadon #ADDEB4

Tints of Celadon #ADDEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.3%

R = 30.09%
G = 38.61%
B = 31.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#ADDEB4 (or 0xADDEB4) is known color: Celadon. HEX triplet: AD, DE and B4. RGB value is (173,222,180). Sum of RGB (Red+Green+Blue) = 173+222+180=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB4 is #52214B. Grayscale: #CACACA. Windows color (decimal): -5382476 or 11853485. OLE color: 11853485.

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

Color convert

RGB 173 222 180 -
CMYK 0.22 0 0.19 0.13
HSL 128.57º 0.43% 0.77% -
HSV(B) 128.57º 0.22% 0.87% -
XYZ 51.59 64.42 52.9 -
YUV 202.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 173 222 180 0.22 0 0.19 0.13 128.57 0.43 0.77
Hex AD DE B4 16 0 13 D 81 2B 4D
Octal 255 336 264 26 0 23 15 201 53 115
Binary 10101101 11011110 10110100 10110 0 10011 1101 10000001 101011 1001101

Color Harmonies of #ADDEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEB4

Black with #ADDEB4

Text Example


Text Example

White with #ADDEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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