Html Css Color HEX #A8FAAC Celadon

📋 copy color: '#A8FAAC'

red 168 ◦ green 250 ◦ blue 172

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

Shades of Celadon #A8FAAC

Tints of Celadon #A8FAAC

RGB

 RED value IS 168 (66.02% from 255) = 28.47%

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

 BLUE value IS 172 (67.58% from 255) = 29.15%

R = 28.47%
G = 42.37%
B = 29.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#A8FAAC (or 0xA8FAAC) is known color: Celadon. HEX triplet: A8, FA and AC. RGB value is (168,250,172). Sum of RGB (Red+Green+Blue) = 168+250+172=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAAC is #570553. Grayscale: #D8D8D8. Windows color (decimal): -5702996 or 11336360. OLE color: 11336360.

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

Color convert

RGB 168 250 172 -
CMYK 0.33 0 0.31 0.02
HSL 122.93º 0.89% 0.82% -
HSV(B) 122.93º 0.33% 0.98% -
XYZ 57.78 79.67 51.36 -
YUV 216.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 168 250 172 0.33 0 0.31 0.02 122.93 0.89 0.82
Hex A8 FA AC 21 0 1F 2 7B 59 52
Octal 250 372 254 41 0 37 2 173 131 122
Binary 10101000 11111010 10101100 100001 0 11111 10 1111011 1011001 1010010

Color Harmonies of #A8FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAAC

Black with #A8FAAC

Text Example


Text Example

White with #A8FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAAC; }

 p { color: rgb(168,250,172); }

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

background-color css

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

 a { background-color: rgb(168,250,172); }

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

border-color css

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

 span { border-color: rgb(168,250,172); }

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