Html Css Color HEX #AEDDB0 Celadon

📋 copy color: '#AEDDB0'

red 174 ◦ green 221 ◦ blue 176

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

Shades of Celadon #AEDDB0

Tints of Celadon #AEDDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

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

R = 30.47%
G = 38.7%
B = 30.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#AEDDB0 (or 0xAEDDB0) is known color: Celadon. HEX triplet: AE, DD and B0. RGB value is (174,221,176). Sum of RGB (Red+Green+Blue) = 174+221+176=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDB0 is #51224F. Grayscale: #C9C9C9. Windows color (decimal): -5317200 or 11591086. OLE color: 11591086.

HSL color Cylindrical-coordinate representation of color #AEDDB0: hue angle of 122.55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDB0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 176 -
CMYK 0.21 0 0.20 0.13
HSL 122.55º 0.41% 0.77% -
HSV(B) 122.55º 0.21% 0.87% -
XYZ 51.15 63.85 50.7 -
YUV 201.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 174 221 176 0.21 0 0.20 0.13 122.55 0.41 0.77
Hex AE DD B0 15 0 14 D 7B 29 4D
Octal 256 335 260 25 0 24 15 173 51 115
Binary 10101110 11011101 10110000 10101 0 10100 1101 1111011 101001 1001101

Color Harmonies of #AEDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB0

Black with #AEDDB0

Text Example


Text Example

White with #AEDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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