Html Css Color HEX #AEECAF Celadon

📋 copy color: '#AEECAF'

red 174 ◦ green 236 ◦ blue 175

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

Shades of Celadon #AEECAF

Tints of Celadon #AEECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 29.74%
G = 40.34%
B = 29.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#AEECAF (or 0xAEECAF) is known color: Celadon. HEX triplet: AE, EC and AF. RGB value is (174,236,175). Sum of RGB (Red+Green+Blue) = 174+236+175=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEECAF is #511350. Grayscale: #D2D2D2. Windows color (decimal): -5313361 or 11529390. OLE color: 11529390.

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

Color convert

RGB 174 236 175 -
CMYK 0.26 0 0.26 0.07
HSL 120.97º 0.62% 0.8% -
HSV(B) 120.97º 0.26% 0.93% -
XYZ 55.19 72.08 51.56 -
YUV 210.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 174 236 175 0.26 0 0.26 0.07 120.97 0.62 0.8
Hex AE EC AF 1A 0 1A 7 79 3E 50
Octal 256 354 257 32 0 32 7 171 76 120
Binary 10101110 11101100 10101111 11010 0 11010 111 1111001 111110 1010000

Color Harmonies of #AEECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECAF

Black with #AEECAF

Text Example


Text Example

White with #AEECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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