Html Css Color HEX #AEF2B1 Celadon

📋 copy color: '#AEF2B1'

red 174 ◦ green 242 ◦ blue 177

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

Shades of Celadon #AEF2B1

Tints of Celadon #AEF2B1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

 BLUE value IS 177 (69.53% from 255) = 29.85%

R = 29.34%
G = 40.81%
B = 29.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#AEF2B1 (or 0xAEF2B1) is known color: Celadon. HEX triplet: AE, F2 and B1. RGB value is (174,242,177). Sum of RGB (Red+Green+Blue) = 174+242+177=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF2B1 is #510D4E. Grayscale: #D6D6D6. Windows color (decimal): -5311823 or 11661998. OLE color: 11661998.

HSL color Cylindrical-coordinate representation of color #AEF2B1: hue angle of 122.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2B1 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 177 -
CMYK 0.28 0 0.27 0.05
HSL 122.65º 0.72% 0.82% -
HSV(B) 122.65º 0.28% 0.95% -
XYZ 57.14 75.68 53.19 -
YUV 214.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 174 242 177 0.28 0 0.27 0.05 122.65 0.72 0.82
Hex AE F2 B1 1C 0 1B 5 7B 48 52
Octal 256 362 261 34 0 33 5 173 110 122
Binary 10101110 11110010 10110001 11100 0 11011 101 1111011 1001000 1010010

Color Harmonies of #AEF2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2B1

Black with #AEF2B1

Text Example


Text Example

White with #AEF2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2B1; }

 p { color: rgb(174,242,177); }

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

background-color css

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

 a { background-color: rgb(174,242,177); }

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

border-color css

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

 span { border-color: rgb(174,242,177); }

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