Html Css Color HEX #AEDEB2 Celadon

📋 copy color: '#AEDEB2'

red 174 ◦ green 222 ◦ blue 178

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

Shades of Celadon #AEDEB2

Tints of Celadon #AEDEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.01%

R = 30.31%
G = 38.68%
B = 31.01%

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

#AEDEB2 (or 0xAEDEB2) is known color: Celadon. HEX triplet: AE, DE and B2. RGB value is (174,222,178). Sum of RGB (Red+Green+Blue) = 174+222+178=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEB2 is #51214D. Grayscale: #CACACA. Windows color (decimal): -5316942 or 11722414. OLE color: 11722414.

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

Color convert

RGB 174 222 178 -
CMYK 0.22 0 0.20 0.13
HSL 125º 0.42% 0.78% -
HSV(B) 125º 0.22% 0.87% -
XYZ 51.61 64.46 51.84 -
YUV 202.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 174 222 178 0.22 0 0.20 0.13 125 0.42 0.78
Hex AE DE B2 16 0 14 D 7D 2A 4E
Octal 256 336 262 26 0 24 15 175 52 116
Binary 10101110 11011110 10110010 10110 0 10100 1101 1111101 101010 1001110

Color Harmonies of #AEDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEB2

Black with #AEDEB2

Text Example


Text Example

White with #AEDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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