Html Css Color HEX #AED8B2 Celadon

📋 copy color: '#AED8B2'

red 174 ◦ green 216 ◦ blue 178

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

Shades of Celadon #AED8B2

Tints of Celadon #AED8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

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

R = 30.63%
G = 38.03%
B = 31.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#AED8B2 (or 0xAED8B2) is known color: Celadon. HEX triplet: AE, D8 and B2. RGB value is (174,216,178). Sum of RGB (Red+Green+Blue) = 174+216+178=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED8B2 is #51274D. Grayscale: #C7C7C7. Windows color (decimal): -5318478 or 11720878. OLE color: 11720878.

HSL color Cylindrical-coordinate representation of color #AED8B2: hue angle of 125.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8B2 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 178 -
CMYK 0.19 0 0.18 0.15
HSL 125.71º 0.35% 0.76% -
HSV(B) 125.71º 0.19% 0.85% -
XYZ 50.05 61.32 51.32 -
YUV 199.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 174 216 178 0.19 0 0.18 0.15 125.71 0.35 0.76
Hex AE D8 B2 13 0 12 F 7E 23 4C
Octal 256 330 262 23 0 22 17 176 43 114
Binary 10101110 11011000 10110010 10011 0 10010 1111 1111110 100011 1001100

Color Harmonies of #AED8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8B2

Black with #AED8B2

Text Example


Text Example

White with #AED8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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