Html Css Color HEX #A6FAAF Celadon

📋 copy color: '#A6FAAF'

red 166 ◦ green 250 ◦ blue 175

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

Shades of Celadon #A6FAAF

Tints of Celadon #A6FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.61%

R = 28.09%
G = 42.3%
B = 29.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#A6FAAF (or 0xA6FAAF) is known color: Celadon. HEX triplet: A6, FA and AF. RGB value is (166,250,175). Sum of RGB (Red+Green+Blue) = 166+250+175=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FAAF is #590550. Grayscale: #D8D8D8. Windows color (decimal): -5834065 or 11532966. OLE color: 11532966.

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

Color convert

RGB 166 250 175 -
CMYK 0.34 0 0.3 0.02
HSL 126.43º 0.89% 0.82% -
HSV(B) 126.43º 0.34% 0.98% -
XYZ 57.65 79.57 52.88 -
YUV 216.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 166 250 175 0.34 0 0.3 0.02 126.43 0.89 0.82
Hex A6 FA AF 22 0 1E 2 7E 59 52
Octal 246 372 257 42 0 36 2 176 131 122
Binary 10100110 11111010 10101111 100010 0 11110 10 1111110 1011001 1010010

Color Harmonies of #A6FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAAF

Black with #A6FAAF

Text Example


Text Example

White with #A6FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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