Html Css Color HEX #AEFFB0 Celadon

📋 copy color: '#AEFFB0'

red 174 ◦ green 255 ◦ blue 176

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

Shades of Celadon #AEFFB0

Tints of Celadon #AEFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

 BLUE value IS 176 (69.14% from 255) = 29.09%

R = 28.76%
G = 42.15%
B = 29.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#AEFFB0 (or 0xAEFFB0) is known color: Celadon. HEX triplet: AE, FF and B0. RGB value is (174,255,176). Sum of RGB (Red+Green+Blue) = 174+255+176=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFB0 is #51004F. Grayscale: #DEDEDE. Windows color (decimal): -5308496 or 11599790. OLE color: 11599790.

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

Color convert

RGB 174 255 176 -
CMYK 0.32 0 0.31 0
HSL 121.48º 1% 0.84% -
HSV(B) 121.48º 0.32% 1% -
XYZ 61.05 83.65 54 -
YUV 221.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 174 255 176 0.32 0 0.31 0 121.48 1 0.84
Hex AE FF B0 20 0 1F 0 79 64 54
Octal 256 377 260 40 0 37 0 171 144 124
Binary 10101110 11111111 10110000 100000 0 11111 0 1111001 1100100 1010100

Color Harmonies of #AEFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFB0

Black with #AEFFB0

Text Example


Text Example

White with #AEFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFB0; }

 p { color: rgb(174,255,176); }

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

background-color css

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

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

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

border-color css

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

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

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