Html Css Color HEX #AEDEB3 Celadon

📋 copy color: '#AEDEB3'

red 174 ◦ green 222 ◦ blue 179

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

Shades of Celadon #AEDEB3

Tints of Celadon #AEDEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.13%

R = 30.26%
G = 38.61%
B = 31.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#AEDEB3 (or 0xAEDEB3) is known color: Celadon. HEX triplet: AE, DE and B3. RGB value is (174,222,179). Sum of RGB (Red+Green+Blue) = 174+222+179=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB3 is #51214C. Grayscale: #CACACA. Windows color (decimal): -5316941 or 11787950. OLE color: 11787950.

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

Color convert

RGB 174 222 179 -
CMYK 0.22 0 0.19 0.13
HSL 126.25º 0.42% 0.78% -
HSV(B) 126.25º 0.22% 0.87% -
XYZ 51.71 64.5 52.37 -
YUV 202.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 174 222 179 0.22 0 0.19 0.13 126.25 0.42 0.78
Hex AE DE B3 16 0 13 D 7E 2A 4E
Octal 256 336 263 26 0 23 15 176 52 116
Binary 10101110 11011110 10110011 10110 0 10011 1101 1111110 101010 1001110

Color Harmonies of #AEDEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEB3

Black with #AEDEB3

Text Example


Text Example

White with #AEDEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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