Html Css Color HEX #AEEDB3 Celadon

📋 copy color: '#AEEDB3'

red 174 ◦ green 237 ◦ blue 179

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

Shades of Celadon #AEEDB3

Tints of Celadon #AEEDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.34%

R = 29.49%
G = 40.17%
B = 30.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#AEEDB3 (or 0xAEEDB3) is known color: Celadon. HEX triplet: AE, ED and B3. RGB value is (174,237,179). Sum of RGB (Red+Green+Blue) = 174+237+179=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDB3 is #51124C. Grayscale: #D3D3D3. Windows color (decimal): -5313101 or 11791790. OLE color: 11791790.

HSL color Cylindrical-coordinate representation of color #AEEDB3: hue angle of 124.76º 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 #AEEDB3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 179 -
CMYK 0.27 0 0.24 0.07
HSL 124.76º 0.64% 0.81% -
HSV(B) 124.76º 0.27% 0.93% -
XYZ 55.88 72.82 53.76 -
YUV 211.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 174 237 179 0.27 0 0.24 0.07 124.76 0.64 0.81
Hex AE ED B3 1B 0 18 7 7D 40 51
Octal 256 355 263 33 0 30 7 175 100 121
Binary 10101110 11101101 10110011 11011 0 11000 111 1111101 1000000 1010001

Color Harmonies of #AEEDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDB3

Black with #AEEDB3

Text Example


Text Example

White with #AEEDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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