Html Css Color HEX #AAFBB2 Celadon

📋 copy color: '#AAFBB2'

red 170 ◦ green 251 ◦ blue 178

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

Shades of Celadon #AAFBB2

Tints of Celadon #AAFBB2

RGB

 RED value IS 170 (66.8% from 255) = 28.38%

 GREEN value IS 251 (98.44% from 255) = 41.9%

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

R = 28.38%
G = 41.9%
B = 29.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#AAFBB2 (or 0xAAFBB2) is known color: Celadon. HEX triplet: AA, FB and B2. RGB value is (170,251,178). Sum of RGB (Red+Green+Blue) = 170+251+178=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBB2 is #55044D. Grayscale: #DADADA. Windows color (decimal): -5571662 or 11729834. OLE color: 11729834.

HSL color Cylindrical-coordinate representation of color #AAFBB2: hue angle of 125.93º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBB2 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 178 -
CMYK 0.32 0 0.29 0.02
HSL 125.93º 0.91% 0.83% -
HSV(B) 125.93º 0.32% 0.98% -
XYZ 59.11 80.75 54.59 -
YUV 218.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 170 251 178 0.32 0 0.29 0.02 125.93 0.91 0.83
Hex AA FB B2 20 0 1D 2 7E 5B 53
Octal 252 373 262 40 0 35 2 176 133 123
Binary 10101010 11111011 10110010 100000 0 11101 10 1111110 1011011 1010011

Color Harmonies of #AAFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBB2

Black with #AAFBB2

Text Example


Text Example

White with #AAFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBB2; }

 p { color: rgb(170,251,178); }

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

background-color css

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

 a { background-color: rgb(170,251,178); }

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

border-color css

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

 span { border-color: rgb(170,251,178); }

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