#A5EBB1

Color #A5EBB1 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A5EBB1

Tints of Celadon #A5EBB1

Color information

#A5EBB1 (or 0xA5EBB1) is unknown color: approx Celadon. HEX triplet: A5, EB and B1. RGB value is (165,235,177). Sum of RGB (Red+Green+Blue) = 165+235+177=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBB1 is #5A144E. Grayscale: #CFCFCF. Windows color (decimal): -5903439 or 11660197. OLE color: 11660197.

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

Color convert

RGB165235177-
CMYK0.3000.250.08
HSL130.29º63.64%78.43%-
HSV(B)130.29º29.79%92.16%-
XYZ53.1670.5952.42-
YUV207.46110.8197.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=28.60%
G=40.73%
B=30.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351770.3000.250.08130.2963.6478.43
HexA5EBB11E019882404e
Octal2453532613603110202100116
Binary1010010111101011101100011111001100110001000001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBB1; }

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

 H1.HeaderClassName
 {
   color: #A5EBB1;
 }
 .AnyTagClassName
 {
   color: #A5EBB1;
 }
</style>
background-color css

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

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

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

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

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

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