Html Css Color HEX #A5DAAB Celadon

📋 copy color: '#A5DAAB'

red 165 ◦ green 218 ◦ blue 171

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

Shades of Celadon #A5DAAB

Tints of Celadon #A5DAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

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

R = 29.78%
G = 39.35%
B = 30.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#A5DAAB (or 0xA5DAAB) is known color: Celadon. HEX triplet: A5, DA and AB. RGB value is (165,218,171). Sum of RGB (Red+Green+Blue) = 165+218+171=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAAB is #5A2554. Grayscale: #C4C4C4. Windows color (decimal): -5907797 or 11262629. OLE color: 11262629.

HSL color Cylindrical-coordinate representation of color #A5DAAB: hue angle of 126.79º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAAB is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 171 -
CMYK 0.24 0 0.22 0.15
HSL 126.79º 0.42% 0.75% -
HSV(B) 126.79º 0.24% 0.85% -
XYZ 47.94 61.08 47.79 -
YUV 196.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 165 218 171 0.24 0 0.22 0.15 126.79 0.42 0.75
Hex A5 DA AB 18 0 16 F 7F 2A 4B
Octal 245 332 253 30 0 26 17 177 52 113
Binary 10100101 11011010 10101011 11000 0 10110 1111 1111111 101010 1001011

Color Harmonies of #A5DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAAB

Black with #A5DAAB

Text Example


Text Example

White with #A5DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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