Html Css Color HEX #AEEDB2 Celadon

📋 copy color: '#AEEDB2'

red 174 ◦ green 237 ◦ blue 178

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

Shades of Celadon #AEEDB2

Tints of Celadon #AEEDB2

RGB

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

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

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

R = 29.54%
G = 40.24%
B = 30.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#AEEDB2 (or 0xAEEDB2) is known color: Celadon. HEX triplet: AE, ED and B2. RGB value is (174,237,178). Sum of RGB (Red+Green+Blue) = 174+237+178=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDB2 is #51124D. Grayscale: #D3D3D3. Windows color (decimal): -5313102 or 11726254. OLE color: 11726254.

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

Color convert

RGB 174 237 178 -
CMYK 0.27 0 0.25 0.07
HSL 123.81º 0.64% 0.81% -
HSV(B) 123.81º 0.27% 0.93% -
XYZ 55.78 72.78 53.23 -
YUV 211.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 174 237 178 0.27 0 0.25 0.07 123.81 0.64 0.81
Hex AE ED B2 1B 0 19 7 7C 40 51
Octal 256 355 262 33 0 31 7 174 100 121
Binary 10101110 11101101 10110010 11011 0 11001 111 1111100 1000000 1010001

Color Harmonies of #AEEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDB2

Black with #AEEDB2

Text Example


Text Example

White with #AEEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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