Html Css Color HEX #AEEDAD Celadon

📋 copy color: '#AEEDAD'

red 174 ◦ green 237 ◦ blue 173

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

Shades of Celadon #AEEDAD

Tints of Celadon #AEEDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

 BLUE value IS 173 (67.97% from 255) = 29.62%

R = 29.79%
G = 40.58%
B = 29.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#AEEDAD (or 0xAEEDAD) is known color: Celadon. HEX triplet: AE, ED and AD. RGB value is (174,237,173). Sum of RGB (Red+Green+Blue) = 174+237+173=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDAD is #511252. Grayscale: #D3D3D3. Windows color (decimal): -5313107 or 11398574. OLE color: 11398574.

HSL color Cylindrical-coordinate representation of color #AEEDAD: hue angle of 119.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDAD is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 173 -
CMYK 0.27 0 0.27 0.07
HSL 119.06º 0.64% 0.8% -
HSV(B) 119.06º 0.27% 0.93% -
XYZ 55.28 72.58 50.63 -
YUV 210.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 174 237 173 0.27 0 0.27 0.07 119.06 0.64 0.8
Hex AE ED AD 1B 0 1B 7 77 40 50
Octal 256 355 255 33 0 33 7 167 100 120
Binary 10101110 11101101 10101101 11011 0 11011 111 1110111 1000000 1010000

Color Harmonies of #AEEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDAD

Black with #AEEDAD

Text Example


Text Example

White with #AEEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDAD; }

 p { color: rgb(174,237,173); }

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

background-color css

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

 a { background-color: rgb(174,237,173); }

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

border-color css

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

 span { border-color: rgb(174,237,173); }

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