Html Css Color HEX #AEEBAE Celadon

📋 copy color: '#AEEBAE'

red 174 ◦ green 235 ◦ blue 174

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

Shades of Celadon #AEEBAE

Tints of Celadon #AEEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.31%

 BLUE value IS 174 (68.36% from 255) = 29.85%

R = 29.85%
G = 40.31%
B = 29.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#AEEBAE (or 0xAEEBAE) is known color: Celadon. HEX triplet: AE, EB and AE. RGB value is (174,235,174). Sum of RGB (Red+Green+Blue) = 174+235+174=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEBAE is #511451. Grayscale: #D1D1D1. Windows color (decimal): -5313618 or 11463598. OLE color: 11463598.

HSL color Cylindrical-coordinate representation of color #AEEBAE: hue angle of 120º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 174 -
CMYK 0.26 0 0.26 0.08
HSL 120º 0.6% 0.8% -
HSV(B) 120º 0.26% 0.92% -
XYZ 54.8 71.47 50.95 -
YUV 209.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 174 235 174 0.26 0 0.26 0.08 120 0.6 0.8
Hex AE EB AE 1A 0 1A 8 78 3C 50
Octal 256 353 256 32 0 32 10 170 74 120
Binary 10101110 11101011 10101110 11010 0 11010 1000 1111000 111100 1010000

Color Harmonies of #AEEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBAE

Black with #AEEBAE

Text Example


Text Example

White with #AEEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBAE; }

 p { color: rgb(174,235,174); }

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

background-color css

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

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

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

border-color css

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

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

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