Html Css Color HEX #AEF0B2 Celadon

📋 copy color: '#AEF0B2'

red 174 ◦ green 240 ◦ blue 178

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

Shades of Celadon #AEF0B2

Tints of Celadon #AEF0B2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

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

R = 29.39%
G = 40.54%
B = 30.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#AEF0B2 (or 0xAEF0B2) is known color: Celadon. HEX triplet: AE, F0 and B2. RGB value is (174,240,178). Sum of RGB (Red+Green+Blue) = 174+240+178=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF0B2 is #510F4D. Grayscale: #D5D5D5. Windows color (decimal): -5312334 or 11727022. OLE color: 11727022.

HSL color Cylindrical-coordinate representation of color #AEF0B2: hue angle of 123.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0B2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 178 -
CMYK 0.28 0 0.26 0.06
HSL 123.64º 0.69% 0.81% -
HSV(B) 123.64º 0.28% 0.94% -
XYZ 56.65 74.53 53.52 -
YUV 213.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 174 240 178 0.28 0 0.26 0.06 123.64 0.69 0.81
Hex AE F0 B2 1C 0 1A 6 7C 45 51
Octal 256 360 262 34 0 32 6 174 105 121
Binary 10101110 11110000 10110010 11100 0 11010 110 1111100 1000101 1010001

Color Harmonies of #AEF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0B2

Black with #AEF0B2

Text Example


Text Example

White with #AEF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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