Html Css Color HEX #A4DBA8 Celadon

📋 copy color: '#A4DBA8'

red 164 ◦ green 219 ◦ blue 168

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

Shades of Celadon #A4DBA8

Tints of Celadon #A4DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.49%

R = 29.76%
G = 39.75%
B = 30.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#A4DBA8 (or 0xA4DBA8) is known color: Celadon. HEX triplet: A4, DB and A8. RGB value is (164,219,168). Sum of RGB (Red+Green+Blue) = 164+219+168=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBA8 is #5B2457. Grayscale: #C4C4C4. Windows color (decimal): -5973080 or 11066276. OLE color: 11066276.

HSL color Cylindrical-coordinate representation of color #A4DBA8: hue angle of 124.36º 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 #A4DBA8 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 168 -
CMYK 0.25 0 0.23 0.14
HSL 124.36º 0.43% 0.75% -
HSV(B) 124.36º 0.25% 0.86% -
XYZ 47.71 61.38 46.38 -
YUV 196.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 164 219 168 0.25 0 0.23 0.14 124.36 0.43 0.75
Hex A4 DB A8 19 0 17 E 7C 2B 4B
Octal 244 333 250 31 0 27 16 174 53 113
Binary 10100100 11011011 10101000 11001 0 10111 1110 1111100 101011 1001011

Color Harmonies of #A4DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBA8

Black with #A4DBA8

Text Example


Text Example

White with #A4DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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