Html Css Color HEX #A4DFB0 Celadon

📋 copy color: '#A4DFB0'

red 164 ◦ green 223 ◦ blue 176

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

Shades of Celadon #A4DFB0

Tints of Celadon #A4DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.61%

 BLUE value IS 176 (69.14% from 255) = 31.26%

R = 29.13%
G = 39.61%
B = 31.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#A4DFB0 (or 0xA4DFB0) is known color: Celadon. HEX triplet: A4, DF and B0. RGB value is (164,223,176). Sum of RGB (Red+Green+Blue) = 164+223+176=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DFB0 is #5B204F. Grayscale: #C8C8C8. Windows color (decimal): -5972048 or 11591588. OLE color: 11591588.

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

Color convert

RGB 164 223 176 -
CMYK 0.26 0 0.21 0.13
HSL 132.2º 0.48% 0.76% -
HSV(B) 132.2º 0.26% 0.87% -
XYZ 49.53 63.8 50.78 -
YUV 200 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 164 223 176 0.26 0 0.21 0.13 132.2 0.48 0.76
Hex A4 DF B0 1A 0 15 D 84 30 4C
Octal 244 337 260 32 0 25 15 204 60 114
Binary 10100100 11011111 10110000 11010 0 10101 1101 10000100 110000 1001100

Color Harmonies of #A4DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFB0

Black with #A4DFB0

Text Example


Text Example

White with #A4DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFB0; }

 p { color: rgb(164,223,176); }

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

background-color css

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

 a { background-color: rgb(164,223,176); }

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

border-color css

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

 span { border-color: rgb(164,223,176); }

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