Html Css Color HEX #AEECB5 Celadon

📋 copy color: '#AEECB5'

red 174 ◦ green 236 ◦ blue 181

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

Shades of Celadon #AEECB5

Tints of Celadon #AEECB5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 29.44%
G = 39.93%
B = 30.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AEECB5 (or 0xAEECB5) is known color: Celadon. HEX triplet: AE, EC and B5. RGB value is (174,236,181). Sum of RGB (Red+Green+Blue) = 174+236+181=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECB5 is #51134A. Grayscale: #D3D3D3. Windows color (decimal): -5313355 or 11922606. OLE color: 11922606.

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

Color convert

RGB 174 236 181 -
CMYK 0.26 0 0.23 0.07
HSL 126.77º 0.62% 0.8% -
HSV(B) 126.77º 0.26% 0.93% -
XYZ 55.79 72.33 54.74 -
YUV 211.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 174 236 181 0.26 0 0.23 0.07 126.77 0.62 0.8
Hex AE EC B5 1A 0 17 7 7F 3E 50
Octal 256 354 265 32 0 27 7 177 76 120
Binary 10101110 11101100 10110101 11010 0 10111 111 1111111 111110 1010000

Color Harmonies of #AEECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECB5

Black with #AEECB5

Text Example


Text Example

White with #AEECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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