Html Css Color HEX #ABFCB6 Celadon

📋 copy color: '#ABFCB6'

red 171 ◦ green 252 ◦ blue 182

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

Shades of Celadon #ABFCB6

Tints of Celadon #ABFCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 28.26%
G = 41.65%
B = 30.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#ABFCB6 (or 0xABFCB6) is known color: Celadon. HEX triplet: AB, FC and B6. RGB value is (171,252,182). Sum of RGB (Red+Green+Blue) = 171+252+182=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCB6 is #540349. Grayscale: #DBDBDB. Windows color (decimal): -5505866 or 11992235. OLE color: 11992235.

HSL color Cylindrical-coordinate representation of color #ABFCB6: hue angle of 128.15º 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 #ABFCB6 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 182 -
CMYK 0.32 0 0.28 0.01
HSL 128.15º 0.93% 0.83% -
HSV(B) 128.15º 0.32% 0.99% -
XYZ 60.05 81.66 56.85 -
YUV 219.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 171 252 182 0.32 0 0.28 0.01 128.15 0.93 0.83
Hex AB FC B6 20 0 1C 1 80 5D 53
Octal 253 374 266 40 0 34 1 200 135 123
Binary 10101011 11111100 10110110 100000 0 11100 1 10000000 1011101 1010011

Color Harmonies of #ABFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCB6

Black with #ABFCB6

Text Example


Text Example

White with #ABFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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