Html Css Color HEX #AEEAB2 Celadon

📋 copy color: '#AEEAB2'

red 174 ◦ green 234 ◦ blue 178

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

Shades of Celadon #AEEAB2

Tints of Celadon #AEEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.93%

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

R = 29.69%
G = 39.93%
B = 30.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#AEEAB2 (or 0xAEEAB2) is known color: Celadon. HEX triplet: AE, EA and B2. RGB value is (174,234,178). Sum of RGB (Red+Green+Blue) = 174+234+178=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEAB2 is #51154D. Grayscale: #D1D1D1. Windows color (decimal): -5313870 or 11725486. OLE color: 11725486.

HSL color Cylindrical-coordinate representation of color #AEEAB2: hue angle of 124º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 178 -
CMYK 0.26 0 0.24 0.08
HSL 124º 0.59% 0.8% -
HSV(B) 124º 0.26% 0.92% -
XYZ 54.91 71.06 52.94 -
YUV 209.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 174 234 178 0.26 0 0.24 0.08 124 0.59 0.8
Hex AE EA B2 1A 0 18 8 7C 3B 50
Octal 256 352 262 32 0 30 10 174 73 120
Binary 10101110 11101010 10110010 11010 0 11000 1000 1111100 111011 1010000

Color Harmonies of #AEEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAB2

Black with #AEEAB2

Text Example


Text Example

White with #AEEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAB2; }

 p { color: rgb(174,234,178); }

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

background-color css

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

 a { background-color: rgb(174,234,178); }

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

border-color css

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

 span { border-color: rgb(174,234,178); }

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