#4FBB94

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

Shades of Keppel #4FBB94

Tints of Keppel #4FBB94

Color information

#4FBB94 (or 0x4FBB94) is unknown color: approx Keppel. HEX triplet: 4F, BB and 94. RGB value is (79,187,148). Sum of RGB (Red+Green+Blue) = 79+187+148=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBB94 is #B0446B. Grayscale: #969696. Windows color (decimal): -11551852 or 9747279. OLE color: 9747279.

HSL color Cylindrical-coordinate representation of color #4FBB94: hue angle of 158.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBB94 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB79187148-
CMYK0.5800.210.27
HSL158.33º44.26%52.16%-
HSV(B)158.33º57.75%73.33%-
XYZ26.3439.3434.22-
YUV150.26126.7277.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.08%
GREEN value IS 187 (73.44% from 255) = 45.17%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=19.08%
G=45.17%
B=35.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791871480.5800.210.27158.3344.2652.16
Hex4FBB943A0151B9e2c34
Octal11727322472025332365464
Binary100111110111011100101001110100101011101110011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,148); }

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

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

 a { background-color: rgb(79,187,148); }

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

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

 span { border-color: rgb(79,187,148); }

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