Html Css Color HEX #ABFCAF Celadon

📋 copy color: '#ABFCAF'

red 171 ◦ green 252 ◦ blue 175

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

Shades of Celadon #ABFCAF

Tints of Celadon #ABFCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.26%

R = 28.6%
G = 42.14%
B = 29.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#ABFCAF (or 0xABFCAF) is known color: Celadon. HEX triplet: AB, FC and AF. RGB value is (171,252,175). Sum of RGB (Red+Green+Blue) = 171+252+175=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCAF is #540350. Grayscale: #DBDBDB. Windows color (decimal): -5505873 or 11533483. OLE color: 11533483.

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

Color convert

RGB 171 252 175 -
CMYK 0.32 0 0.31 0.01
HSL 122.96º 0.93% 0.83% -
HSV(B) 122.96º 0.32% 0.99% -
XYZ 59.34 81.37 53.14 -
YUV 219 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 171 252 175 0.32 0 0.31 0.01 122.96 0.93 0.83
Hex AB FC AF 20 0 1F 1 7B 5D 53
Octal 253 374 257 40 0 37 1 173 135 123
Binary 10101011 11111100 10101111 100000 0 11111 1 1111011 1011101 1010011

Color Harmonies of #ABFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCAF

Black with #ABFCAF

Text Example


Text Example

White with #ABFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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