Html Css Color HEX #AAFBB6 Celadon

📋 copy color: '#AAFBB6'

red 170 ◦ green 251 ◦ blue 182

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

Shades of Celadon #AAFBB6

Tints of Celadon #AAFBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.18%

R = 28.19%
G = 41.63%
B = 30.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#AAFBB6 (or 0xAAFBB6) is known color: Celadon. HEX triplet: AA, FB and B6. RGB value is (170,251,182). Sum of RGB (Red+Green+Blue) = 170+251+182=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB6 is #550449. Grayscale: #DBDBDB. Windows color (decimal): -5571658 or 11991978. OLE color: 11991978.

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

Color convert

RGB 170 251 182 -
CMYK 0.32 0 0.27 0.02
HSL 128.89º 0.91% 0.83% -
HSV(B) 128.89º 0.32% 0.98% -
XYZ 59.52 80.92 56.74 -
YUV 218.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 170 251 182 0.32 0 0.27 0.02 128.89 0.91 0.83
Hex AA FB B6 20 0 1B 2 81 5B 53
Octal 252 373 266 40 0 33 2 201 133 123
Binary 10101010 11111011 10110110 100000 0 11011 10 10000001 1011011 1010011

Color Harmonies of #AAFBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBB6

Black with #AAFBB6

Text Example


Text Example

White with #AAFBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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