Html Css Color HEX #AEDDB4 Celadon

📋 copy color: '#AEDDB4'

red 174 ◦ green 221 ◦ blue 180

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

Shades of Celadon #AEDDB4

Tints of Celadon #AEDDB4

RGB

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

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

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

R = 30.26%
G = 38.43%
B = 31.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#AEDDB4 (or 0xAEDDB4) is known color: Celadon. HEX triplet: AE, DD and B4. RGB value is (174,221,180). Sum of RGB (Red+Green+Blue) = 174+221+180=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB4 is #51224B. Grayscale: #CACACA. Windows color (decimal): -5317196 or 11853230. OLE color: 11853230.

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

Color convert

RGB 174 221 180 -
CMYK 0.21 0 0.19 0.13
HSL 127.66º 0.41% 0.77% -
HSV(B) 127.66º 0.21% 0.87% -
XYZ 51.55 64.01 52.82 -
YUV 202.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 174 221 180 0.21 0 0.19 0.13 127.66 0.41 0.77
Hex AE DD B4 15 0 13 D 80 29 4D
Octal 256 335 264 25 0 23 15 200 51 115
Binary 10101110 11011101 10110100 10101 0 10011 1101 10000000 101001 1001101

Color Harmonies of #AEDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB4

Black with #AEDDB4

Text Example


Text Example

White with #AEDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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