#ABEFB4

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

Shades of Celadon #ABEFB4

Tints of Celadon #ABEFB4

Color information

#ABEFB4 (or 0xABEFB4) is unknown color: approx Celadon. HEX triplet: AB, EF and B4. RGB value is (171,239,180). Sum of RGB (Red+Green+Blue) = 171+239+180=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFB4 is #54104B. Grayscale: #D4D4D4. Windows color (decimal): -5509196 or 11857835. OLE color: 11857835.

HSL color Cylindrical-coordinate representation of color #ABEFB4: hue angle of 127.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFB4 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB171239180-
CMYK0.2800.250.06
HSL127.94º68%80.39%-
HSV(B)127.94º28.45%93.73%-
XYZ55.973.6954.46-
YUV211.94109.9798.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=28.98%
G=40.51%
B=30.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712391800.2800.250.06127.946880.39
HexABEFB41C0196804450
Octal253357264340316200104120
Binary101010111110111110110100111000110011101000000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFB4; }

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

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

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

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

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

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

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

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