Html Css Color HEX #AEDCB4 Celadon

📋 copy color: '#AEDCB4'

red 174 ◦ green 220 ◦ blue 180

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

Shades of Celadon #AEDCB4

Tints of Celadon #AEDCB4

RGB

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

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

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

R = 30.31%
G = 38.33%
B = 31.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#AEDCB4 (or 0xAEDCB4) is known color: Celadon. HEX triplet: AE, DC and B4. RGB value is (174,220,180). Sum of RGB (Red+Green+Blue) = 174+220+180=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB4 is #51234B. Grayscale: #C9C9C9. Windows color (decimal): -5317452 or 11852974. OLE color: 11852974.

HSL color Cylindrical-coordinate representation of color #AEDCB4: hue angle of 127.83º 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 #AEDCB4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 180 -
CMYK 0.21 0 0.18 0.14
HSL 127.83º 0.4% 0.77% -
HSV(B) 127.83º 0.21% 0.86% -
XYZ 51.29 63.48 52.73 -
YUV 201.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 174 220 180 0.21 0 0.18 0.14 127.83 0.4 0.77
Hex AE DC B4 15 0 12 E 80 28 4D
Octal 256 334 264 25 0 22 16 200 50 115
Binary 10101110 11011100 10110100 10101 0 10010 1110 10000000 101000 1001101

Color Harmonies of #AEDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCB4

Black with #AEDCB4

Text Example


Text Example

White with #AEDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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