Html Css Color HEX #A3EBAF Celadon

📋 copy color: '#A3EBAF'

red 163 ◦ green 235 ◦ blue 175

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

Shades of Celadon #A3EBAF

Tints of Celadon #A3EBAF

RGB

 RED value IS 163 (64.06% from 255) = 28.45%

 GREEN value IS 235 (92.19% from 255) = 41.01%

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 28.45%
G = 41.01%
B = 30.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#A3EBAF (or 0xA3EBAF) is known color: Celadon. HEX triplet: A3, EB and AF. RGB value is (163,235,175). Sum of RGB (Red+Green+Blue) = 163+235+175=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EBAF is #5C1450. Grayscale: #CECECE. Windows color (decimal): -6034513 or 11529123. OLE color: 11529123.

HSL color Cylindrical-coordinate representation of color #A3EBAF: hue angle of 130º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBAF is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 235 175 -
CMYK 0.31 0 0.26 0.08
HSL 130º 0.64% 0.78% -
HSV(B) 130º 0.31% 0.92% -
XYZ 52.55 70.3 51.36 -
YUV 206.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 163 235 175 0.31 0 0.26 0.08 130 0.64 0.78
Hex A3 EB AF 1F 0 1A 8 82 40 4E
Octal 243 353 257 37 0 32 10 202 100 116
Binary 10100011 11101011 10101111 11111 0 11010 1000 10000010 1000000 1001110

Color Harmonies of #A3EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBAF

Black with #A3EBAF

Text Example


Text Example

White with #A3EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBAF; }

 p { color: rgb(163,235,175); }

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

background-color css

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

 a { background-color: rgb(163,235,175); }

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

border-color css

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

 span { border-color: rgb(163,235,175); }

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