Html Css Color HEX #A5E4B3 Celadon

📋 copy color: '#A5E4B3'

red 165 ◦ green 228 ◦ blue 179

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

Shades of Celadon #A5E4B3

Tints of Celadon #A5E4B3

RGB

 RED value IS 165 (64.84% from 255) = 28.85%

 GREEN value IS 228 (89.45% from 255) = 39.86%

 BLUE value IS 179 (70.31% from 255) = 31.29%

R = 28.85%
G = 39.86%
B = 31.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#A5E4B3 (or 0xA5E4B3) is known color: Celadon. HEX triplet: A5, E4 and B3. RGB value is (165,228,179). Sum of RGB (Red+Green+Blue) = 165+228+179=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4B3 is #5A1B4C. Grayscale: #CBCBCB. Windows color (decimal): -5905229 or 11789477. OLE color: 11789477.

HSL color Cylindrical-coordinate representation of color #A5E4B3: hue angle of 133.33º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4B3 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 179 -
CMYK 0.28 0 0.21 0.11
HSL 133.33º 0.54% 0.77% -
HSV(B) 133.33º 0.28% 0.89% -
XYZ 51.4 66.74 52.82 -
YUV 203.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 165 228 179 0.28 0 0.21 0.11 133.33 0.54 0.77
Hex A5 E4 B3 1C 0 15 B 85 36 4D
Octal 245 344 263 34 0 25 13 205 66 115
Binary 10100101 11100100 10110011 11100 0 10101 1011 10000101 110110 1001101

Color Harmonies of #A5E4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E4B3

Black with #A5E4B3

Text Example


Text Example

White with #A5E4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E4B3; }

 p { color: rgb(165,228,179); }

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

background-color css

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

 a { background-color: rgb(165,228,179); }

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

border-color css

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

 span { border-color: rgb(165,228,179); }

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