Html Css Color HEX #AED9B2 Celadon

📋 copy color: '#AED9B2'

red 174 ◦ green 217 ◦ blue 178

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

Shades of Celadon #AED9B2

Tints of Celadon #AED9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 30.58%
G = 38.14%
B = 31.28%

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

#AED9B2 (or 0xAED9B2) is known color: Celadon. HEX triplet: AE, D9 and B2. RGB value is (174,217,178). Sum of RGB (Red+Green+Blue) = 174+217+178=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9B2 is #51264D. Grayscale: #C7C7C7. Windows color (decimal): -5318222 or 11721134. OLE color: 11721134.

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

Color convert

RGB 174 217 178 -
CMYK 0.20 0 0.18 0.15
HSL 125.58º 0.36% 0.77% -
HSV(B) 125.58º 0.2% 0.85% -
XYZ 50.3 61.84 51.4 -
YUV 199.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 174 217 178 0.20 0 0.18 0.15 125.58 0.36 0.77
Hex AE D9 B2 14 0 12 F 7E 24 4D
Octal 256 331 262 24 0 22 17 176 44 115
Binary 10101110 11011001 10110010 10100 0 10010 1111 1111110 100100 1001101

Color Harmonies of #AED9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9B2

Black with #AED9B2

Text Example


Text Example

White with #AED9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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