Html Css Color HEX #AED9B4 Celadon

📋 copy color: '#AED9B4'

red 174 ◦ green 217 ◦ blue 180

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

Shades of Celadon #AED9B4

Tints of Celadon #AED9B4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38%

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

R = 30.47%
G = 38%
B = 31.52%

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

#AED9B4 (or 0xAED9B4) is known color: Celadon. HEX triplet: AE, D9 and B4. RGB value is (174,217,180). Sum of RGB (Red+Green+Blue) = 174+217+180=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9B4 is #51264B. Grayscale: #C8C8C8. Windows color (decimal): -5318220 or 11852206. OLE color: 11852206.

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

Color convert

RGB 174 217 180 -
CMYK 0.20 0 0.17 0.15
HSL 128.37º 0.36% 0.77% -
HSV(B) 128.37º 0.2% 0.85% -
XYZ 50.51 61.92 52.47 -
YUV 199.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 174 217 180 0.20 0 0.17 0.15 128.37 0.36 0.77
Hex AE D9 B4 14 0 11 F 80 24 4D
Octal 256 331 264 24 0 21 17 200 44 115
Binary 10101110 11011001 10110100 10100 0 10001 1111 10000000 100100 1001101

Color Harmonies of #AED9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9B4

Black with #AED9B4

Text Example


Text Example

White with #AED9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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