Html Css Color HEX #A4DBAA Celadon

📋 copy color: '#A4DBAA'

red 164 ◦ green 219 ◦ blue 170

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

Shades of Celadon #A4DBAA

Tints of Celadon #A4DBAA

RGB

 RED value IS 164 (64.45% from 255) = 29.66%

 GREEN value IS 219 (85.94% from 255) = 39.6%

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 29.66%
G = 39.6%
B = 30.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A4DBAA (or 0xA4DBAA) is known color: Celadon. HEX triplet: A4, DB and AA. RGB value is (164,219,170). Sum of RGB (Red+Green+Blue) = 164+219+170=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAA is #5B2455. Grayscale: #C5C5C5. Windows color (decimal): -5973078 or 11197348. OLE color: 11197348.

HSL color Cylindrical-coordinate representation of color #A4DBAA: hue angle of 126.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBAA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 170 -
CMYK 0.25 0 0.22 0.14
HSL 126.55º 0.43% 0.75% -
HSV(B) 126.55º 0.25% 0.86% -
XYZ 47.9 61.46 47.37 -
YUV 196.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 164 219 170 0.25 0 0.22 0.14 126.55 0.43 0.75
Hex A4 DB AA 19 0 16 E 7F 2B 4B
Octal 244 333 252 31 0 26 16 177 53 113
Binary 10100100 11011011 10101010 11001 0 10110 1110 1111111 101011 1001011

Color Harmonies of #A4DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBAA

Black with #A4DBAA

Text Example


Text Example

White with #A4DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBAA; }

 p { color: rgb(164,219,170); }

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

background-color css

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

 a { background-color: rgb(164,219,170); }

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

border-color css

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

 span { border-color: rgb(164,219,170); }

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