Html Css Color HEX #AEEAB4 Celadon

📋 copy color: '#AEEAB4'

red 174 ◦ green 234 ◦ blue 180

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

Shades of Celadon #AEEAB4

Tints of Celadon #AEEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.61%

R = 29.59%
G = 39.8%
B = 30.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#AEEAB4 (or 0xAEEAB4) is known color: Celadon. HEX triplet: AE, EA and B4. RGB value is (174,234,180). Sum of RGB (Red+Green+Blue) = 174+234+180=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB4 is #51154B. Grayscale: #D2D2D2. Windows color (decimal): -5313868 or 11856558. OLE color: 11856558.

HSL color Cylindrical-coordinate representation of color #AEEAB4: hue angle of 126º 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 #AEEAB4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 180 -
CMYK 0.26 0 0.23 0.08
HSL 126º 0.59% 0.8% -
HSV(B) 126º 0.26% 0.92% -
XYZ 55.12 71.14 54.01 -
YUV 209.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 174 234 180 0.26 0 0.23 0.08 126 0.59 0.8
Hex AE EA B4 1A 0 17 8 7E 3B 50
Octal 256 352 264 32 0 27 10 176 73 120
Binary 10101110 11101010 10110100 11010 0 10111 1000 1111110 111011 1010000

Color Harmonies of #AEEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAB4

Black with #AEEAB4

Text Example


Text Example

White with #AEEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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