Html Css Color HEX #AEEDB0 Celadon

📋 copy color: '#AEEDB0'

red 174 ◦ green 237 ◦ blue 176

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

Shades of Celadon #AEEDB0

Tints of Celadon #AEEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 29.64%
G = 40.37%
B = 29.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#AEEDB0 (or 0xAEEDB0) is known color: Celadon. HEX triplet: AE, ED and B0. RGB value is (174,237,176). Sum of RGB (Red+Green+Blue) = 174+237+176=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDB0 is #51124F. Grayscale: #D3D3D3. Windows color (decimal): -5313104 or 11595182. OLE color: 11595182.

HSL color Cylindrical-coordinate representation of color #AEEDB0: hue angle of 121.9º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDB0 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 176 -
CMYK 0.27 0 0.26 0.07
HSL 121.9º 0.64% 0.81% -
HSV(B) 121.9º 0.27% 0.93% -
XYZ 55.58 72.7 52.18 -
YUV 211.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 174 237 176 0.27 0 0.26 0.07 121.9 0.64 0.81
Hex AE ED B0 1B 0 1A 7 7A 40 51
Octal 256 355 260 33 0 32 7 172 100 121
Binary 10101110 11101101 10110000 11011 0 11010 111 1111010 1000000 1010001

Color Harmonies of #AEEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDB0

Black with #AEEDB0

Text Example


Text Example

White with #AEEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDB0; }

 p { color: rgb(174,237,176); }

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

background-color css

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

 a { background-color: rgb(174,237,176); }

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

border-color css

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

 span { border-color: rgb(174,237,176); }

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