Html Css Color HEX #AEEDB5 Celadon

📋 copy color: '#AEEDB5'

red 174 ◦ green 237 ◦ blue 181

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

Shades of Celadon #AEEDB5

Tints of Celadon #AEEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 29.39%
G = 40.03%
B = 30.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#AEEDB5 (or 0xAEEDB5) is known color: Celadon. HEX triplet: AE, ED and B5. RGB value is (174,237,181). Sum of RGB (Red+Green+Blue) = 174+237+181=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDB5 is #51124A. Grayscale: #D3D3D3. Windows color (decimal): -5313099 or 11922862. OLE color: 11922862.

HSL color Cylindrical-coordinate representation of color #AEEDB5: hue angle of 126.67º 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 #AEEDB5 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 181 -
CMYK 0.27 0 0.24 0.07
HSL 126.67º 0.64% 0.81% -
HSV(B) 126.67º 0.27% 0.93% -
XYZ 56.08 72.9 54.83 -
YUV 211.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 174 237 181 0.27 0 0.24 0.07 126.67 0.64 0.81
Hex AE ED B5 1B 0 18 7 7F 40 51
Octal 256 355 265 33 0 30 7 177 100 121
Binary 10101110 11101101 10110101 11011 0 11000 111 1111111 1000000 1010001

Color Harmonies of #AEEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDB5

Black with #AEEDB5

Text Example


Text Example

White with #AEEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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