Html Css Color HEX #ABFCB4 Celadon

📋 copy color: '#ABFCB4'

red 171 ◦ green 252 ◦ blue 180

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

Shades of Celadon #ABFCB4

Tints of Celadon #ABFCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 28.36%
G = 41.79%
B = 29.85%

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

#ABFCB4 (or 0xABFCB4) is known color: Celadon. HEX triplet: AB, FC and B4. RGB value is (171,252,180). Sum of RGB (Red+Green+Blue) = 171+252+180=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCB4 is #54034B. Grayscale: #DBDBDB. Windows color (decimal): -5505868 or 11861163. OLE color: 11861163.

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

Color convert

RGB 171 252 180 -
CMYK 0.32 0 0.29 0.01
HSL 126.67º 0.93% 0.83% -
HSV(B) 126.67º 0.32% 0.99% -
XYZ 59.84 81.57 55.77 -
YUV 219.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 171 252 180 0.32 0 0.29 0.01 126.67 0.93 0.83
Hex AB FC B4 20 0 1D 1 7F 5D 53
Octal 253 374 264 40 0 35 1 177 135 123
Binary 10101011 11111100 10110100 100000 0 11101 1 1111111 1011101 1010011

Color Harmonies of #ABFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCB4

Black with #ABFCB4

Text Example


Text Example

White with #ABFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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