Html Css Color HEX #AEDAB1 Celadon

📋 copy color: '#AEDAB1'

red 174 ◦ green 218 ◦ blue 177

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

Shades of Celadon #AEDAB1

Tints of Celadon #AEDAB1

RGB

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

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

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

R = 30.58%
G = 38.31%
B = 31.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AEDAB1 (or 0xAEDAB1) is known color: Celadon. HEX triplet: AE, DA and B1. RGB value is (174,218,177). Sum of RGB (Red+Green+Blue) = 174+218+177=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAB1 is #51254E. Grayscale: #C8C8C8. Windows color (decimal): -5317967 or 11655854. OLE color: 11655854.

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

Color convert

RGB 174 218 177 -
CMYK 0.20 0 0.19 0.15
HSL 124.09º 0.37% 0.77% -
HSV(B) 124.09º 0.2% 0.85% -
XYZ 50.46 62.32 50.96 -
YUV 200.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 174 218 177 0.20 0 0.19 0.15 124.09 0.37 0.77
Hex AE DA B1 14 0 13 F 7C 25 4D
Octal 256 332 261 24 0 23 17 174 45 115
Binary 10101110 11011010 10110001 10100 0 10011 1111 1111100 100101 1001101

Color Harmonies of #AEDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAB1

Black with #AEDAB1

Text Example


Text Example

White with #AEDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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