Html Css Color HEX #A8FCB0 Celadon

📋 copy color: '#A8FCB0'

red 168 ◦ green 252 ◦ blue 176

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

Shades of Celadon #A8FCB0

Tints of Celadon #A8FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

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

R = 28.19%
G = 42.28%
B = 29.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#A8FCB0 (or 0xA8FCB0) is known color: Celadon. HEX triplet: A8, FC and B0. RGB value is (168,252,176). Sum of RGB (Red+Green+Blue) = 168+252+176=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FCB0 is #57034F. Grayscale: #DADADA. Windows color (decimal): -5702480 or 11599016. OLE color: 11599016.

HSL color Cylindrical-coordinate representation of color #A8FCB0: hue angle of 125.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCB0 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 176 -
CMYK 0.33 0 0.30 0.01
HSL 125.71º 0.93% 0.82% -
HSV(B) 125.71º 0.33% 0.99% -
XYZ 58.8 81.08 53.63 -
YUV 218.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 168 252 176 0.33 0 0.30 0.01 125.71 0.93 0.82
Hex A8 FC B0 21 0 1E 1 7E 5D 52
Octal 250 374 260 41 0 36 1 176 135 122
Binary 10101000 11111100 10110000 100001 0 11110 1 1111110 1011101 1010010

Color Harmonies of #A8FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCB0

Black with #A8FCB0

Text Example


Text Example

White with #A8FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCB0; }

 p { color: rgb(168,252,176); }

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

background-color css

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

 a { background-color: rgb(168,252,176); }

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

border-color css

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

 span { border-color: rgb(168,252,176); }

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