Html Css Color HEX #AEDDB1 Celadon

📋 copy color: '#AEDDB1'

red 174 ◦ green 221 ◦ blue 177

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

Shades of Celadon #AEDDB1

Tints of Celadon #AEDDB1

RGB

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

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

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

R = 30.42%
G = 38.64%
B = 30.94%

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

#AEDDB1 (or 0xAEDDB1) is known color: Celadon. HEX triplet: AE, DD and B1. RGB value is (174,221,177). Sum of RGB (Red+Green+Blue) = 174+221+177=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDB1 is #51224E. Grayscale: #CACACA. Windows color (decimal): -5317199 or 11656622. OLE color: 11656622.

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

Color convert

RGB 174 221 177 -
CMYK 0.21 0 0.20 0.13
HSL 123.83º 0.41% 0.77% -
HSV(B) 123.83º 0.21% 0.87% -
XYZ 51.25 63.89 51.23 -
YUV 201.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 174 221 177 0.21 0 0.20 0.13 123.83 0.41 0.77
Hex AE DD B1 15 0 14 D 7C 29 4D
Octal 256 335 261 25 0 24 15 174 51 115
Binary 10101110 11011101 10110001 10101 0 10100 1101 1111100 101001 1001101

Color Harmonies of #AEDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB1

Black with #AEDDB1

Text Example


Text Example

White with #AEDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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