#ABECAD

Color #ABECAD Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ABECAD

Tints of Celadon #ABECAD

Color information

#ABECAD (or 0xABECAD) is unknown color: approx Celadon. HEX triplet: AB, EC and AD. RGB value is (171,236,173). Sum of RGB (Red+Green+Blue) = 171+236+173=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABECAD is #541352. Grayscale: #D1D1D1. Windows color (decimal): -5509971 or 11398315. OLE color: 11398315.

HSL color Cylindrical-coordinate representation of color #ABECAD: hue angle of 121.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECAD is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB171236173-
CMYK0.2800.270.07
HSL121.85º63.11%79.8%-
HSV(B)121.85º27.54%92.55%-
XYZ54.3371.6750.5-
YUV209.38107.47100.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=29.48%
G=40.69%
B=29.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361730.2800.270.07121.8563.1179.8
HexABECAD1C01B77a3f50
Octal25335425534033717277120
Binary1010101111101100101011011110001101111111110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECAD; }

 p { color: rgb(171,236,173); }

 H1.HeaderClassName
 {
   color: #ABECAD;
 }
 .AnyTagClassName
 {
   color: #ABECAD;
 }
</style>
background-color css

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

 a { background-color: rgb(171,236,173); }

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

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

 span { border-color: rgb(171,236,173); }

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