Html Css Color HEX #A4EDB5 Celadon

📋 copy color: '#A4EDB5'

red 164 ◦ green 237 ◦ blue 181

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

Shades of Celadon #A4EDB5

Tints of Celadon #A4EDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.72%

 BLUE value IS 181 (71.09% from 255) = 31.1%

R = 28.18%
G = 40.72%
B = 31.1%

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

#A4EDB5 (or 0xA4EDB5) is known color: Celadon. HEX triplet: A4, ED and B5. RGB value is (164,237,181). Sum of RGB (Red+Green+Blue) = 164+237+181=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDB5 is #5B124A. Grayscale: #D0D0D0. Windows color (decimal): -5968459 or 11922852. OLE color: 11922852.

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

Color convert

RGB 164 237 181 -
CMYK 0.31 0 0.24 0.07
HSL 133.97º 0.67% 0.79% -
HSV(B) 133.97º 0.31% 0.93% -
XYZ 53.93 71.8 54.73 -
YUV 208.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 164 237 181 0.31 0 0.24 0.07 133.97 0.67 0.79
Hex A4 ED B5 1F 0 18 7 86 43 4F
Octal 244 355 265 37 0 30 7 206 103 117
Binary 10100100 11101101 10110101 11111 0 11000 111 10000110 1000011 1001111

Color Harmonies of #A4EDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDB5

Black with #A4EDB5

Text Example


Text Example

White with #A4EDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDB5; }

 p { color: rgb(164,237,181); }

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

background-color css

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

 a { background-color: rgb(164,237,181); }

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

border-color css

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

 span { border-color: rgb(164,237,181); }

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