Html Css Color HEX #A6FAB1 Celadon

📋 copy color: '#A6FAB1'

red 166 ◦ green 250 ◦ blue 177

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

Shades of Celadon #A6FAB1

Tints of Celadon #A6FAB1

RGB

 RED value IS 166 (65.23% from 255) = 27.99%

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

 BLUE value IS 177 (69.53% from 255) = 29.85%

R = 27.99%
G = 42.16%
B = 29.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#A6FAB1 (or 0xA6FAB1) is known color: Celadon. HEX triplet: A6, FA and B1. RGB value is (166,250,177). Sum of RGB (Red+Green+Blue) = 166+250+177=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FAB1 is #59054E. Grayscale: #D8D8D8. Windows color (decimal): -5834063 or 11664038. OLE color: 11664038.

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

Color convert

RGB 166 250 177 -
CMYK 0.34 0 0.29 0.02
HSL 127.86º 0.89% 0.82% -
HSV(B) 127.86º 0.34% 0.98% -
XYZ 57.85 79.65 53.92 -
YUV 216.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 166 250 177 0.34 0 0.29 0.02 127.86 0.89 0.82
Hex A6 FA B1 22 0 1D 2 80 59 52
Octal 246 372 261 42 0 35 2 200 131 122
Binary 10100110 11111010 10110001 100010 0 11101 10 10000000 1011001 1010010

Color Harmonies of #A6FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAB1

Black with #A6FAB1

Text Example


Text Example

White with #A6FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAB1; }

 p { color: rgb(166,250,177); }

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

background-color css

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

 a { background-color: rgb(166,250,177); }

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

border-color css

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

 span { border-color: rgb(166,250,177); }

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