Html Css Color HEX #AEE4B2 Celadon

📋 copy color: '#AEE4B2'

red 174 ◦ green 228 ◦ blue 178

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

Shades of Celadon #AEE4B2

Tints of Celadon #AEE4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.31%

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

R = 30%
G = 39.31%
B = 30.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#AEE4B2 (or 0xAEE4B2) is known color: Celadon. HEX triplet: AE, E4 and B2. RGB value is (174,228,178). Sum of RGB (Red+Green+Blue) = 174+228+178=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE4B2 is #511B4D. Grayscale: #CECECE. Windows color (decimal): -5315406 or 11723950. OLE color: 11723950.

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

Color convert

RGB 174 228 178 -
CMYK 0.24 0 0.22 0.11
HSL 124.44º 0.5% 0.79% -
HSV(B) 124.44º 0.24% 0.89% -
XYZ 53.23 67.7 52.38 -
YUV 206.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 174 228 178 0.24 0 0.22 0.11 124.44 0.5 0.79
Hex AE E4 B2 18 0 16 B 7C 32 4F
Octal 256 344 262 30 0 26 13 174 62 117
Binary 10101110 11100100 10110010 11000 0 10110 1011 1111100 110010 1001111

Color Harmonies of #AEE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE4B2

Black with #AEE4B2

Text Example


Text Example

White with #AEE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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