Html Css Color HEX #A5EEB2 Celadon

📋 copy color: '#A5EEB2'

red 165 ◦ green 238 ◦ blue 178

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

Shades of Celadon #A5EEB2

Tints of Celadon #A5EEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.64%

R = 28.4%
G = 40.96%
B = 30.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A5EEB2 (or 0xA5EEB2) is known color: Celadon. HEX triplet: A5, EE and B2. RGB value is (165,238,178). Sum of RGB (Red+Green+Blue) = 165+238+178=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEB2 is #5A114D. Grayscale: #D1D1D1. Windows color (decimal): -5902670 or 11726501. OLE color: 11726501.

HSL color Cylindrical-coordinate representation of color #A5EEB2: hue angle of 130.68º 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 #A5EEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 178 -
CMYK 0.31 0 0.25 0.07
HSL 130.68º 0.68% 0.79% -
HSV(B) 130.68º 0.31% 0.93% -
XYZ 54.13 72.36 53.23 -
YUV 209.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 165 238 178 0.31 0 0.25 0.07 130.68 0.68 0.79
Hex A5 EE B2 1F 0 19 7 83 44 4F
Octal 245 356 262 37 0 31 7 203 104 117
Binary 10100101 11101110 10110010 11111 0 11001 111 10000011 1000100 1001111

Color Harmonies of #A5EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEB2

Black with #A5EEB2

Text Example


Text Example

White with #A5EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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