Html Css Color HEX #AEE2B0 Celadon

📋 copy color: '#AEE2B0'

red 174 ◦ green 226 ◦ blue 176

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

Shades of Celadon #AEE2B0

Tints of Celadon #AEE2B0

RGB

 RED value IS 174 (68.36% from 255) = 30.21%

 GREEN value IS 226 (88.67% from 255) = 39.24%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 30.21%
G = 39.24%
B = 30.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#AEE2B0 (or 0xAEE2B0) is known color: Celadon. HEX triplet: AE, E2 and B0. RGB value is (174,226,176). Sum of RGB (Red+Green+Blue) = 174+226+176=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE2B0 is #511D4F. Grayscale: #CCCCCC. Windows color (decimal): -5315920 or 11592366. OLE color: 11592366.

HSL color Cylindrical-coordinate representation of color #AEE2B0: hue angle of 122.31º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 226 176 -
CMYK 0.23 0 0.22 0.11
HSL 122.31º 0.47% 0.78% -
HSV(B) 122.31º 0.23% 0.89% -
XYZ 52.49 66.53 51.15 -
YUV 204.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 174 226 176 0.23 0 0.22 0.11 122.31 0.47 0.78
Hex AE E2 B0 17 0 16 B 7A 2F 4E
Octal 256 342 260 27 0 26 13 172 57 116
Binary 10101110 11100010 10110000 10111 0 10110 1011 1111010 101111 1001110

Color Harmonies of #AEE2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2B0

Black with #AEE2B0

Text Example


Text Example

White with #AEE2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2B0; }

 p { color: rgb(174,226,176); }

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

background-color css

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

 a { background-color: rgb(174,226,176); }

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

border-color css

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

 span { border-color: rgb(174,226,176); }

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