Html Css Color HEX #ABFAAC Celadon

📋 copy color: '#ABFAAC'

red 171 ◦ green 250 ◦ blue 172

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

Shades of Celadon #ABFAAC

Tints of Celadon #ABFAAC

RGB

 RED value IS 171 (67.19% from 255) = 28.84%

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

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

R = 28.84%
G = 42.16%
B = 29.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#ABFAAC (or 0xABFAAC) is known color: Celadon. HEX triplet: AB, FA and AC. RGB value is (171,250,172). Sum of RGB (Red+Green+Blue) = 171+250+172=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAAC is #540553. Grayscale: #D9D9D9. Windows color (decimal): -5506388 or 11336363. OLE color: 11336363.

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

Color convert

RGB 171 250 172 -
CMYK 0.32 0 0.31 0.02
HSL 120.76º 0.89% 0.83% -
HSV(B) 120.76º 0.32% 0.98% -
XYZ 58.43 80.01 51.39 -
YUV 217.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 171 250 172 0.32 0 0.31 0.02 120.76 0.89 0.83
Hex AB FA AC 20 0 1F 2 79 59 53
Octal 253 372 254 40 0 37 2 171 131 123
Binary 10101011 11111010 10101100 100000 0 11111 10 1111001 1011001 1010011

Color Harmonies of #ABFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAAC

Black with #ABFAAC

Text Example


Text Example

White with #ABFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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