Html Css Color HEX #A5DFB1 Celadon

📋 copy color: '#A5DFB1'

red 165 ◦ green 223 ◦ blue 177

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

Shades of Celadon #A5DFB1

Tints of Celadon #A5DFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.47%

 BLUE value IS 177 (69.53% from 255) = 31.33%

R = 29.2%
G = 39.47%
B = 31.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#A5DFB1 (or 0xA5DFB1) is known color: Celadon. HEX triplet: A5, DF and B1. RGB value is (165,223,177). Sum of RGB (Red+Green+Blue) = 165+223+177=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DFB1 is #5A204E. Grayscale: #C8C8C8. Windows color (decimal): -5906511 or 11657125. OLE color: 11657125.

HSL color Cylindrical-coordinate representation of color #A5DFB1: hue angle of 132.41º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFB1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 177 -
CMYK 0.26 0 0.21 0.13
HSL 132.41º 0.48% 0.76% -
HSV(B) 132.41º 0.26% 0.87% -
XYZ 49.84 63.95 51.31 -
YUV 200.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 165 223 177 0.26 0 0.21 0.13 132.41 0.48 0.76
Hex A5 DF B1 1A 0 15 D 84 30 4C
Octal 245 337 261 32 0 25 15 204 60 114
Binary 10100101 11011111 10110001 11010 0 10101 1101 10000100 110000 1001100

Color Harmonies of #A5DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFB1

Black with #A5DFB1

Text Example


Text Example

White with #A5DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFB1; }

 p { color: rgb(165,223,177); }

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

background-color css

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

 a { background-color: rgb(165,223,177); }

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

border-color css

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

 span { border-color: rgb(165,223,177); }

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