#4CBB8B

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

Shades of Keppel #4CBB8B

Tints of Keppel #4CBB8B

Color information

#4CBB8B (or 0x4CBB8B) is unknown color: approx Keppel. HEX triplet: 4C, BB and 8B. RGB value is (76,187,139). Sum of RGB (Red+Green+Blue) = 76+187+139=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBB8B is #B34474. Grayscale: #949494. Windows color (decimal): -11748469 or 9157452. OLE color: 9157452.

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

Color convert

RGB76187139-
CMYK0.5900.260.27
HSL154.05º44.94%51.57%-
HSV(B)154.05º59.36%73.33%-
XYZ25.4138.9430.6-
YUV148.34122.7376.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=18.91%
G=46.52%
B=34.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761871390.5900.260.27154.0544.9451.57
Hex4CBB8B3B01A1B9a2d34
Octal11427321373032332325564
Binary100110010111011100010111110110110101101110011010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,139); }

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

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

 a { background-color: rgb(76,187,139); }

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

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

 span { border-color: rgb(76,187,139); }

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