Html Css Color HEX #AEF2B2 Celadon

📋 copy color: '#AEF2B2'

red 174 ◦ green 242 ◦ blue 178

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

Shades of Celadon #AEF2B2

Tints of Celadon #AEF2B2

RGB

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

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

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

R = 29.29%
G = 40.74%
B = 29.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#AEF2B2 (or 0xAEF2B2) is known color: Celadon. HEX triplet: AE, F2 and B2. RGB value is (174,242,178). Sum of RGB (Red+Green+Blue) = 174+242+178=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF2B2 is #510D4D. Grayscale: #D6D6D6. Windows color (decimal): -5311822 or 11727534. OLE color: 11727534.

HSL color Cylindrical-coordinate representation of color #AEF2B2: hue angle of 123.53º 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 #AEF2B2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 178 -
CMYK 0.28 0 0.26 0.05
HSL 123.53º 0.72% 0.82% -
HSV(B) 123.53º 0.28% 0.95% -
XYZ 57.24 75.72 53.72 -
YUV 214.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 174 242 178 0.28 0 0.26 0.05 123.53 0.72 0.82
Hex AE F2 B2 1C 0 1A 5 7C 48 52
Octal 256 362 262 34 0 32 5 174 110 122
Binary 10101110 11110010 10110010 11100 0 11010 101 1111100 1001000 1010010

Color Harmonies of #AEF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2B2

Black with #AEF2B2

Text Example


Text Example

White with #AEF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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