Html Css Color HEX #A5EAAB Celadon

📋 copy color: '#A5EAAB'

red 165 ◦ green 234 ◦ blue 171

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

Shades of Celadon #A5EAAB

Tints of Celadon #A5EAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 28.95%
G = 41.05%
B = 30%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#A5EAAB (or 0xA5EAAB) is known color: Celadon. HEX triplet: A5, EA and AB. RGB value is (165,234,171). Sum of RGB (Red+Green+Blue) = 165+234+171=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAAB is #5A1554. Grayscale: #CECECE. Windows color (decimal): -5903701 or 11266725. OLE color: 11266725.

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

Color convert

RGB 165 234 171 -
CMYK 0.29 0 0.27 0.08
HSL 125.22º 0.62% 0.78% -
HSV(B) 125.22º 0.29% 0.92% -
XYZ 52.29 69.79 49.24 -
YUV 206.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 165 234 171 0.29 0 0.27 0.08 125.22 0.62 0.78
Hex A5 EA AB 1D 0 1B 8 7D 3E 4E
Octal 245 352 253 35 0 33 10 175 76 116
Binary 10100101 11101010 10101011 11101 0 11011 1000 1111101 111110 1001110

Color Harmonies of #A5EAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAAB

Black with #A5EAAB

Text Example


Text Example

White with #A5EAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAAB; }

 p { color: rgb(165,234,171); }

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

background-color css

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

 a { background-color: rgb(165,234,171); }

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

border-color css

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

 span { border-color: rgb(165,234,171); }

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