Html Css Color HEX #AEF9B4 Celadon

📋 copy color: '#AEF9B4'

red 174 ◦ green 249 ◦ blue 180

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

Shades of Celadon #AEF9B4

Tints of Celadon #AEF9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 28.86%
G = 41.29%
B = 29.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#AEF9B4 (or 0xAEF9B4) is known color: Celadon. HEX triplet: AE, F9 and B4. RGB value is (174,249,180). Sum of RGB (Red+Green+Blue) = 174+249+180=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9B4 is #51064B. Grayscale: #DADADA. Windows color (decimal): -5310028 or 11860398. OLE color: 11860398.

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

Color convert

RGB 174 249 180 -
CMYK 0.30 0 0.28 0.02
HSL 124.8º 0.86% 0.83% -
HSV(B) 124.8º 0.3% 0.98% -
XYZ 59.57 80.05 55.49 -
YUV 218.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 174 249 180 0.30 0 0.28 0.02 124.8 0.86 0.83
Hex AE F9 B4 1E 0 1C 2 7D 56 53
Octal 256 371 264 36 0 34 2 175 126 123
Binary 10101110 11111001 10110100 11110 0 11100 10 1111101 1010110 1010011

Color Harmonies of #AEF9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9B4

Black with #AEF9B4

Text Example


Text Example

White with #AEF9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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