Html Css Color HEX #A1FAB6 Celadon

📋 copy color: '#A1FAB6'

red 161 ◦ green 250 ◦ blue 182

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

Shades of Celadon #A1FAB6

Tints of Celadon #A1FAB6

RGB

 RED value IS 161 (63.28% from 255) = 27.15%

 GREEN value IS 250 (98.05% from 255) = 42.16%

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

R = 27.15%
G = 42.16%
B = 30.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#A1FAB6 (or 0xA1FAB6) is known color: Celadon. HEX triplet: A1, FA and B6. RGB value is (161,250,182). Sum of RGB (Red+Green+Blue) = 161+250+182=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAB6 is #5E0549. Grayscale: #D7D7D7. Windows color (decimal): -6161738 or 11991713. OLE color: 11991713.

HSL color Cylindrical-coordinate representation of color #A1FAB6: hue angle of 134.16º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAB6 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 182 -
CMYK 0.36 0 0.27 0.02
HSL 134.16º 0.9% 0.81% -
HSV(B) 134.16º 0.36% 0.98% -
XYZ 57.33 79.33 56.55 -
YUV 215.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 161 250 182 0.36 0 0.27 0.02 134.16 0.9 0.81
Hex A1 FA B6 24 0 1B 2 86 5A 51
Octal 241 372 266 44 0 33 2 206 132 121
Binary 10100001 11111010 10110110 100100 0 11011 10 10000110 1011010 1010001

Color Harmonies of #A1FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAB6

Black with #A1FAB6

Text Example


Text Example

White with #A1FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAB6; }

 p { color: rgb(161,250,182); }

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

background-color css

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

 a { background-color: rgb(161,250,182); }

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

border-color css

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

 span { border-color: rgb(161,250,182); }

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