Html Css Color HEX #AEF9B6 Celadon

📋 copy color: '#AEF9B6'

red 174 ◦ green 249 ◦ blue 182

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

Shades of Celadon #AEF9B6

Tints of Celadon #AEF9B6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 28.76%
G = 41.16%
B = 30.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#AEF9B6 (or 0xAEF9B6) is known color: Celadon. HEX triplet: AE, F9 and B6. RGB value is (174,249,182). Sum of RGB (Red+Green+Blue) = 174+249+182=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9B6 is #510649. Grayscale: #DBDBDB. Windows color (decimal): -5310026 or 11991470. OLE color: 11991470.

HSL color Cylindrical-coordinate representation of color #AEF9B6: hue angle of 126.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9B6 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 182 -
CMYK 0.30 0 0.27 0.02
HSL 126.4º 0.86% 0.83% -
HSV(B) 126.4º 0.3% 0.98% -
XYZ 59.77 80.13 56.57 -
YUV 218.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 174 249 182 0.30 0 0.27 0.02 126.4 0.86 0.83
Hex AE F9 B6 1E 0 1B 2 7E 56 53
Octal 256 371 266 36 0 33 2 176 126 123
Binary 10101110 11111001 10110110 11110 0 11011 10 1111110 1010110 1010011

Color Harmonies of #AEF9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9B6

Black with #AEF9B6

Text Example


Text Example

White with #AEF9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9B6; }

 p { color: rgb(174,249,182); }

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

background-color css

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

 a { background-color: rgb(174,249,182); }

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

border-color css

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

 span { border-color: rgb(174,249,182); }

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