Html Css Color HEX #AEDEB1 Celadon

📋 copy color: '#AEDEB1'

red 174 ◦ green 222 ◦ blue 177

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

Shades of Celadon #AEDEB1

Tints of Celadon #AEDEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.89%

R = 30.37%
G = 38.74%
B = 30.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#AEDEB1 (or 0xAEDEB1) is known color: Celadon. HEX triplet: AE, DE and B1. RGB value is (174,222,177). Sum of RGB (Red+Green+Blue) = 174+222+177=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEB1 is #51214E. Grayscale: #CACACA. Windows color (decimal): -5316943 or 11656878. OLE color: 11656878.

HSL color Cylindrical-coordinate representation of color #AEDEB1: hue angle of 123.75º 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 #AEDEB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 177 -
CMYK 0.22 0 0.20 0.13
HSL 123.75º 0.42% 0.78% -
HSV(B) 123.75º 0.22% 0.87% -
XYZ 51.51 64.42 51.31 -
YUV 202.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 174 222 177 0.22 0 0.20 0.13 123.75 0.42 0.78
Hex AE DE B1 16 0 14 D 7C 2A 4E
Octal 256 336 261 26 0 24 15 174 52 116
Binary 10101110 11011110 10110001 10110 0 10100 1101 1111100 101010 1001110

Color Harmonies of #AEDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEB1

Black with #AEDEB1

Text Example


Text Example

White with #AEDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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