Html Css Color HEX #A4ECB4 Celadon

📋 copy color: '#A4ECB4'

red 164 ◦ green 236 ◦ blue 180

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

Shades of Celadon #A4ECB4

Tints of Celadon #A4ECB4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

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

R = 28.28%
G = 40.69%
B = 31.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#A4ECB4 (or 0xA4ECB4) is known color: Celadon. HEX triplet: A4, EC and B4. RGB value is (164,236,180). Sum of RGB (Red+Green+Blue) = 164+236+180=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECB4 is #5B134B. Grayscale: #D0D0D0. Windows color (decimal): -5968716 or 11857060. OLE color: 11857060.

HSL color Cylindrical-coordinate representation of color #A4ECB4: hue angle of 133.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECB4 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 180 -
CMYK 0.31 0 0.24 0.07
HSL 133.33º 0.65% 0.78% -
HSV(B) 133.33º 0.31% 0.93% -
XYZ 53.54 71.18 54.1 -
YUV 208.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 164 236 180 0.31 0 0.24 0.07 133.33 0.65 0.78
Hex A4 EC B4 1F 0 18 7 85 41 4E
Octal 244 354 264 37 0 30 7 205 101 116
Binary 10100100 11101100 10110100 11111 0 11000 111 10000101 1000001 1001110

Color Harmonies of #A4ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECB4

Black with #A4ECB4

Text Example


Text Example

White with #A4ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECB4; }

 p { color: rgb(164,236,180); }

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

background-color css

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

 a { background-color: rgb(164,236,180); }

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

border-color css

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

 span { border-color: rgb(164,236,180); }

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