#4AB08F

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

Shades of Keppel #4AB08F

Tints of Keppel #4AB08F

Color information

#4AB08F (or 0x4AB08F) is unknown color: approx Keppel. HEX triplet: 4A, B0 and 8F. RGB value is (74,176,143). Sum of RGB (Red+Green+Blue) = 74+176+143=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB08F is #B54F70. Grayscale: #8D8D8D. Windows color (decimal): -11882353 or 9416778. OLE color: 9416778.

HSL color Cylindrical-coordinate representation of color #4AB08F: hue angle of 160.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB08F is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB74176143-
CMYK0.5800.190.31
HSL160.59º40.8%49.02%-
HSV(B)160.59º57.95%69.02%-
XYZ23.3134.4931.42-
YUV141.74128.7179.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.83%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=18.83%
G=44.78%
B=36.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761430.5800.190.31160.5940.849.02
Hex4AB08F3A0131Fa12931
Octal11226021772023372415161
Binary100101010110000100011111110100100111111110100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB08F; }

 p { color: rgb(74,176,143); }

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

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

 a { background-color: rgb(74,176,143); }

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

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

 span { border-color: rgb(74,176,143); }

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