Html Css Color HEX #AEF7B2 Celadon

📋 copy color: '#AEF7B2'

red 174 ◦ green 247 ◦ blue 178

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

Shades of Celadon #AEF7B2

Tints of Celadon #AEF7B2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

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

R = 29.05%
G = 41.24%
B = 29.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#AEF7B2 (or 0xAEF7B2) is known color: Celadon. HEX triplet: AE, F7 and B2. RGB value is (174,247,178). Sum of RGB (Red+Green+Blue) = 174+247+178=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF7B2 is #51084D. Grayscale: #D9D9D9. Windows color (decimal): -5310542 or 11728814. OLE color: 11728814.

HSL color Cylindrical-coordinate representation of color #AEF7B2: hue angle of 123.29º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7B2 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 178 -
CMYK 0.30 0 0.28 0.03
HSL 123.29º 0.82% 0.83% -
HSV(B) 123.29º 0.3% 0.97% -
XYZ 58.75 78.73 54.22 -
YUV 217.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 174 247 178 0.30 0 0.28 0.03 123.29 0.82 0.83
Hex AE F7 B2 1E 0 1C 3 7B 52 53
Octal 256 367 262 36 0 34 3 173 122 123
Binary 10101110 11110111 10110010 11110 0 11100 11 1111011 1010010 1010011

Color Harmonies of #AEF7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7B2

Black with #AEF7B2

Text Example


Text Example

White with #AEF7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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