Html Css Color HEX #AEDAB3 Celadon

📋 copy color: '#AEDAB3'

red 174 ◦ green 218 ◦ blue 179

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

Shades of Celadon #AEDAB3

Tints of Celadon #AEDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 30.47%
G = 38.18%
B = 31.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#AEDAB3 (or 0xAEDAB3) is known color: Celadon. HEX triplet: AE, DA and B3. RGB value is (174,218,179). Sum of RGB (Red+Green+Blue) = 174+218+179=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB3 is #51254C. Grayscale: #C8C8C8. Windows color (decimal): -5317965 or 11786926. OLE color: 11786926.

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

Color convert

RGB 174 218 179 -
CMYK 0.20 0 0.18 0.15
HSL 126.82º 0.37% 0.77% -
HSV(B) 126.82º 0.2% 0.85% -
XYZ 50.66 62.4 52.02 -
YUV 200.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 174 218 179 0.20 0 0.18 0.15 126.82 0.37 0.77
Hex AE DA B3 14 0 12 F 7F 25 4D
Octal 256 332 263 24 0 22 17 177 45 115
Binary 10101110 11011010 10110011 10100 0 10010 1111 1111111 100101 1001101

Color Harmonies of #AEDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAB3

Black with #AEDAB3

Text Example


Text Example

White with #AEDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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