Html Css Color HEX #AEDEB0 Celadon

📋 copy color: '#AEDEB0'

red 174 ◦ green 222 ◦ blue 176

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

Shades of Celadon #AEDEB0

Tints of Celadon #AEDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 30.42%
G = 38.81%
B = 30.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#AEDEB0 (or 0xAEDEB0) is known color: Celadon. HEX triplet: AE, DE and B0. RGB value is (174,222,176). Sum of RGB (Red+Green+Blue) = 174+222+176=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEB0 is #51214F. Grayscale: #CACACA. Windows color (decimal): -5316944 or 11591342. OLE color: 11591342.

HSL color Cylindrical-coordinate representation of color #AEDEB0: hue angle of 122.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEB0 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 176 -
CMYK 0.22 0 0.21 0.13
HSL 122.5º 0.42% 0.78% -
HSV(B) 122.5º 0.22% 0.87% -
XYZ 51.41 64.38 50.79 -
YUV 202.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 174 222 176 0.22 0 0.21 0.13 122.5 0.42 0.78
Hex AE DE B0 16 0 15 D 7B 2A 4E
Octal 256 336 260 26 0 25 15 173 52 116
Binary 10101110 11011110 10110000 10110 0 10101 1101 1111011 101010 1001110

Color Harmonies of #AEDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEB0

Black with #AEDEB0

Text Example


Text Example

White with #AEDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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