Html Css Color HEX #AEDAB4 Celadon

📋 copy color: '#AEDAB4'

red 174 ◦ green 218 ◦ blue 180

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

Shades of Celadon #AEDAB4

Tints of Celadon #AEDAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.11%

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

R = 30.42%
G = 38.11%
B = 31.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#AEDAB4 (or 0xAEDAB4) is known color: Celadon. HEX triplet: AE, DA and B4. RGB value is (174,218,180). Sum of RGB (Red+Green+Blue) = 174+218+180=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB4 is #51254B. Grayscale: #C8C8C8. Windows color (decimal): -5317964 or 11852462. OLE color: 11852462.

HSL color Cylindrical-coordinate representation of color #AEDAB4: hue angle of 128.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 180 -
CMYK 0.20 0 0.17 0.15
HSL 128.18º 0.37% 0.77% -
HSV(B) 128.18º 0.2% 0.85% -
XYZ 50.77 62.44 52.56 -
YUV 200.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 174 218 180 0.20 0 0.17 0.15 128.18 0.37 0.77
Hex AE DA B4 14 0 11 F 80 25 4D
Octal 256 332 264 24 0 21 17 200 45 115
Binary 10101110 11011010 10110100 10100 0 10001 1111 10000000 100101 1001101

Color Harmonies of #AEDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAB4

Black with #AEDAB4

Text Example


Text Example

White with #AEDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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