Html Css Color HEX #AEDDB2 Celadon

📋 copy color: '#AEDDB2'

red 174 ◦ green 221 ◦ blue 178

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

Shades of Celadon #AEDDB2

Tints of Celadon #AEDDB2

RGB

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

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

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

R = 30.37%
G = 38.57%
B = 31.06%

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

#AEDDB2 (or 0xAEDDB2) is known color: Celadon. HEX triplet: AE, DD and B2. RGB value is (174,221,178). Sum of RGB (Red+Green+Blue) = 174+221+178=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDB2 is #51224D. Grayscale: #CACACA. Windows color (decimal): -5317198 or 11722158. OLE color: 11722158.

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

Color convert

RGB 174 221 178 -
CMYK 0.21 0 0.19 0.13
HSL 125.11º 0.41% 0.77% -
HSV(B) 125.11º 0.21% 0.87% -
XYZ 51.35 63.93 51.75 -
YUV 202.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 174 221 178 0.21 0 0.19 0.13 125.11 0.41 0.77
Hex AE DD B2 15 0 13 D 7D 29 4D
Octal 256 335 262 25 0 23 15 175 51 115
Binary 10101110 11011101 10110010 10101 0 10011 1101 1111101 101001 1001101

Color Harmonies of #AEDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB2

Black with #AEDDB2

Text Example


Text Example

White with #AEDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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