Html Css Color HEX #A5EEB1 Celadon

📋 copy color: '#A5EEB1'

red 165 ◦ green 238 ◦ blue 177

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

Shades of Celadon #A5EEB1

Tints of Celadon #A5EEB1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 28.45%
G = 41.03%
B = 30.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A5EEB1 (or 0xA5EEB1) is known color: Celadon. HEX triplet: A5, EE and B1. RGB value is (165,238,177). Sum of RGB (Red+Green+Blue) = 165+238+177=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEB1 is #5A114E. Grayscale: #D1D1D1. Windows color (decimal): -5902671 or 11660965. OLE color: 11660965.

HSL color Cylindrical-coordinate representation of color #A5EEB1: hue angle of 129.86º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEB1 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 177 -
CMYK 0.31 0 0.26 0.07
HSL 129.86º 0.68% 0.79% -
HSV(B) 129.86º 0.31% 0.93% -
XYZ 54.03 72.32 52.71 -
YUV 209.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 165 238 177 0.31 0 0.26 0.07 129.86 0.68 0.79
Hex A5 EE B1 1F 0 1A 7 82 44 4F
Octal 245 356 261 37 0 32 7 202 104 117
Binary 10100101 11101110 10110001 11111 0 11010 111 10000010 1000100 1001111

Color Harmonies of #A5EEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEB1

Black with #A5EEB1

Text Example


Text Example

White with #A5EEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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