Html Css Color HEX #ABFCB2 Celadon

📋 copy color: '#ABFCB2'

red 171 ◦ green 252 ◦ blue 178

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

Shades of Celadon #ABFCB2

Tints of Celadon #ABFCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.62%

R = 28.45%
G = 41.93%
B = 29.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#ABFCB2 (or 0xABFCB2) is known color: Celadon. HEX triplet: AB, FC and B2. RGB value is (171,252,178). Sum of RGB (Red+Green+Blue) = 171+252+178=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCB2 is #54034D. Grayscale: #DBDBDB. Windows color (decimal): -5505870 or 11730091. OLE color: 11730091.

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

Color convert

RGB 171 252 178 -
CMYK 0.32 0 0.29 0.01
HSL 125.19º 0.93% 0.83% -
HSV(B) 125.19º 0.32% 0.99% -
XYZ 59.64 81.49 54.71 -
YUV 219.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 171 252 178 0.32 0 0.29 0.01 125.19 0.93 0.83
Hex AB FC B2 20 0 1D 1 7D 5D 53
Octal 253 374 262 40 0 35 1 175 135 123
Binary 10101011 11111100 10110010 100000 0 11101 1 1111101 1011101 1010011

Color Harmonies of #ABFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCB2

Black with #ABFCB2

Text Example


Text Example

White with #ABFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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