#4AB694

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

Shades of Keppel #4AB694

Tints of Keppel #4AB694

Color information

#4AB694 (or 0x4AB694) is unknown color: approx Keppel. HEX triplet: 4A, B6 and 94. RGB value is (74,182,148). Sum of RGB (Red+Green+Blue) = 74+182+148=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB694 is #B5496B. Grayscale: #919191. Windows color (decimal): -11880812 or 9745994. OLE color: 9745994.

HSL color Cylindrical-coordinate representation of color #4AB694: hue angle of 161.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB694 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB74182148-
CMYK0.5900.190.29
HSL161.11º42.52%50.2%-
HSV(B)161.11º59.34%71.37%-
XYZ24.937.0533.86-
YUV145.83129.2276.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=18.32%
G=45.05%
B=36.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821480.5900.190.29161.1142.5250.2
Hex4AB6943B0131Da12b32
Octal11226622473023352415362
Binary100101010110110100101001110110100111110110100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,148); }

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

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

 a { background-color: rgb(74,182,148); }

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

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

 span { border-color: rgb(74,182,148); }

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