Html Css Color HEX #ABFCB0 Celadon

📋 copy color: '#ABFCB0'

red 171 ◦ green 252 ◦ blue 176

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

Shades of Celadon #ABFCB0

Tints of Celadon #ABFCB0

RGB

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

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

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

R = 28.55%
G = 42.07%
B = 29.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#ABFCB0 (or 0xABFCB0) is known color: Celadon. HEX triplet: AB, FC and B0. RGB value is (171,252,176). Sum of RGB (Red+Green+Blue) = 171+252+176=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCB0 is #54034F. Grayscale: #DBDBDB. Windows color (decimal): -5505872 or 11599019. OLE color: 11599019.

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

Color convert

RGB 171 252 176 -
CMYK 0.32 0 0.30 0.01
HSL 123.7º 0.93% 0.83% -
HSV(B) 123.7º 0.32% 0.99% -
XYZ 59.44 81.41 53.66 -
YUV 219.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 171 252 176 0.32 0 0.30 0.01 123.7 0.93 0.83
Hex AB FC B0 20 0 1E 1 7C 5D 53
Octal 253 374 260 40 0 36 1 174 135 123
Binary 10101011 11111100 10110000 100000 0 11110 1 1111100 1011101 1010011

Color Harmonies of #ABFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCB0

Black with #ABFCB0

Text Example


Text Example

White with #ABFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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