Html Css Color HEX #AEFAB2 Celadon

📋 copy color: '#AEFAB2'

red 174 ◦ green 250 ◦ blue 178

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

Shades of Celadon #AEFAB2

Tints of Celadon #AEFAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 178 (69.92% from 255) = 29.57%

R = 28.9%
G = 41.53%
B = 29.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#AEFAB2 (or 0xAEFAB2) is known color: Celadon. HEX triplet: AE, FA and B2. RGB value is (174,250,178). Sum of RGB (Red+Green+Blue) = 174+250+178=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFAB2 is #51054D. Grayscale: #DBDBDB. Windows color (decimal): -5309774 or 11729582. OLE color: 11729582.

HSL color Cylindrical-coordinate representation of color #AEFAB2: hue angle of 123.16º degrees, saturation: 0.88, 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 #AEFAB2 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 178 -
CMYK 0.30 0 0.29 0.02
HSL 123.16º 0.88% 0.83% -
HSV(B) 123.16º 0.3% 0.98% -
XYZ 59.68 80.58 54.53 -
YUV 219.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 174 250 178 0.30 0 0.29 0.02 123.16 0.88 0.83
Hex AE FA B2 1E 0 1D 2 7B 58 53
Octal 256 372 262 36 0 35 2 173 130 123
Binary 10101110 11111010 10110010 11110 0 11101 10 1111011 1011000 1010011

Color Harmonies of #AEFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAB2

Black with #AEFAB2

Text Example


Text Example

White with #AEFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAB2; }

 p { color: rgb(174,250,178); }

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

background-color css

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

 a { background-color: rgb(174,250,178); }

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

border-color css

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

 span { border-color: rgb(174,250,178); }

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