Html Css Color HEX #AED6B1 Celadon

📋 copy color: '#AED6B1'

red 174 ◦ green 214 ◦ blue 177

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

Shades of Celadon #AED6B1

Tints of Celadon #AED6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 30.8%
G = 37.88%
B = 31.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#AED6B1 (or 0xAED6B1) is known color: Celadon. HEX triplet: AE, D6 and B1. RGB value is (174,214,177). Sum of RGB (Red+Green+Blue) = 174+214+177=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6B1 is #51294E. Grayscale: #C5C5C5. Windows color (decimal): -5318991 or 11654830. OLE color: 11654830.

HSL color Cylindrical-coordinate representation of color #AED6B1: hue angle of 124.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6B1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 177 -
CMYK 0.19 0 0.17 0.16
HSL 124.5º 0.33% 0.76% -
HSV(B) 124.5º 0.19% 0.84% -
XYZ 49.44 60.27 50.62 -
YUV 197.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 174 214 177 0.19 0 0.17 0.16 124.5 0.33 0.76
Hex AE D6 B1 13 0 11 10 7C 21 4C
Octal 256 326 261 23 0 21 20 174 41 114
Binary 10101110 11010110 10110001 10011 0 10001 10000 1111100 100001 1001100

Color Harmonies of #AED6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6B1

Black with #AED6B1

Text Example


Text Example

White with #AED6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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