Html Css Color HEX #AEFDAC Celadon

📋 copy color: '#AEFDAC'

red 174 ◦ green 253 ◦ blue 172

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

Shades of Celadon #AEFDAC

Tints of Celadon #AEFDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 29.05%
G = 42.24%
B = 28.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#AEFDAC (or 0xAEFDAC) is known color: Celadon. HEX triplet: AE, FD and AC. RGB value is (174,253,172). Sum of RGB (Red+Green+Blue) = 174+253+172=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDAC is #510253. Grayscale: #DCDCDC. Windows color (decimal): -5309012 or 11337134. OLE color: 11337134.

HSL color Cylindrical-coordinate representation of color #AEFDAC: hue angle of 118.52º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFDAC is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 172 -
CMYK 0.31 0 0.32 0.01
HSL 118.52º 0.95% 0.83% -
HSV(B) 118.52º 0.32% 0.99% -
XYZ 60.03 82.23 51.74 -
YUV 220.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 174 253 172 0.31 0 0.32 0.01 118.52 0.95 0.83
Hex AE FD AC 1F 0 20 1 77 5F 53
Octal 256 375 254 37 0 40 1 167 137 123
Binary 10101110 11111101 10101100 11111 0 100000 1 1110111 1011111 1010011

Color Harmonies of #AEFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDAC

Black with #AEFDAC

Text Example


Text Example

White with #AEFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDAC; }

 p { color: rgb(174,253,172); }

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

background-color css

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

 a { background-color: rgb(174,253,172); }

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

border-color css

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

 span { border-color: rgb(174,253,172); }

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