Html Css Color HEX #AEDCB0 Celadon

📋 copy color: '#AEDCB0'

red 174 ◦ green 220 ◦ blue 176

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

Shades of Celadon #AEDCB0

Tints of Celadon #AEDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 30.53%
G = 38.6%
B = 30.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#AEDCB0 (or 0xAEDCB0) is known color: Celadon. HEX triplet: AE, DC and B0. RGB value is (174,220,176). Sum of RGB (Red+Green+Blue) = 174+220+176=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCB0 is #51234F. Grayscale: #C9C9C9. Windows color (decimal): -5317456 or 11590830. OLE color: 11590830.

HSL color Cylindrical-coordinate representation of color #AEDCB0: hue angle of 122.61º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCB0 is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 176 -
CMYK 0.21 0 0.2 0.14
HSL 122.61º 0.4% 0.77% -
HSV(B) 122.61º 0.21% 0.86% -
XYZ 50.89 63.32 50.61 -
YUV 201.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 174 220 176 0.21 0 0.2 0.14 122.61 0.4 0.77
Hex AE DC B0 15 0 14 E 7B 28 4D
Octal 256 334 260 25 0 24 16 173 50 115
Binary 10101110 11011100 10110000 10101 0 10100 1110 1111011 101000 1001101

Color Harmonies of #AEDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCB0

Black with #AEDCB0

Text Example


Text Example

White with #AEDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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