Html Css Color HEX #A4ECB0 Celadon

📋 copy color: '#A4ECB0'

red 164 ◦ green 236 ◦ blue 176

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

Shades of Celadon #A4ECB0

Tints of Celadon #A4ECB0

RGB

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

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

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

R = 28.47%
G = 40.97%
B = 30.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A4ECB0 (or 0xA4ECB0) is known color: Celadon. HEX triplet: A4, EC and B0. RGB value is (164,236,176). Sum of RGB (Red+Green+Blue) = 164+236+176=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECB0 is #5B134F. Grayscale: #CFCFCF. Windows color (decimal): -5968720 or 11594916. OLE color: 11594916.

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

Color convert

RGB 164 236 176 -
CMYK 0.31 0 0.25 0.07
HSL 130º 0.65% 0.78% -
HSV(B) 130º 0.31% 0.93% -
XYZ 53.14 71.02 51.98 -
YUV 207.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 164 236 176 0.31 0 0.25 0.07 130 0.65 0.78
Hex A4 EC B0 1F 0 19 7 82 41 4E
Octal 244 354 260 37 0 31 7 202 101 116
Binary 10100100 11101100 10110000 11111 0 11001 111 10000010 1000001 1001110

Color Harmonies of #A4ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECB0

Black with #A4ECB0

Text Example


Text Example

White with #A4ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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