Html Css Color HEX #A6FBB0 Celadon

📋 copy color: '#A6FBB0'

red 166 ◦ green 251 ◦ blue 176

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

Shades of Celadon #A6FBB0

Tints of Celadon #A6FBB0

RGB

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

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

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

R = 27.99%
G = 42.33%
B = 29.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A6FBB0 (or 0xA6FBB0) is known color: Celadon. HEX triplet: A6, FB and B0. RGB value is (166,251,176). Sum of RGB (Red+Green+Blue) = 166+251+176=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FBB0 is #59044F. Grayscale: #D9D9D9. Windows color (decimal): -5833808 or 11598758. OLE color: 11598758.

HSL color Cylindrical-coordinate representation of color #A6FBB0: hue angle of 127.06º degrees, saturation: 0.91, 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 #A6FBB0 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 176 -
CMYK 0.34 0 0.30 0.02
HSL 127.06º 0.91% 0.82% -
HSV(B) 127.06º 0.34% 0.98% -
XYZ 58.06 80.24 53.5 -
YUV 217.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 166 251 176 0.34 0 0.30 0.02 127.06 0.91 0.82
Hex A6 FB B0 22 0 1E 2 7F 5B 52
Octal 246 373 260 42 0 36 2 177 133 122
Binary 10100110 11111011 10110000 100010 0 11110 10 1111111 1011011 1010010

Color Harmonies of #A6FBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBB0

Black with #A6FBB0

Text Example


Text Example

White with #A6FBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBB0; }

 p { color: rgb(166,251,176); }

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

background-color css

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

 a { background-color: rgb(166,251,176); }

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

border-color css

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

 span { border-color: rgb(166,251,176); }

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