#0B4E4D

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

Shades of Cyprus #0B4E4D

Tints of Cyprus #0B4E4D

Color information

#0B4E4D (or 0x0B4E4D) is unknown color: approx Cyprus. HEX triplet: 0B, 4E and 4D. RGB value is (11,78,77). Sum of RGB (Red+Green+Blue) = 11+78+77=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E4D is #F4B1B2. Grayscale: #393939. Windows color (decimal): -16036275 or 5066251. OLE color: 5066251.

HSL color Cylindrical-coordinate representation of color #0B4E4D: hue angle of 179.1º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E4D is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB117877-
CMYK0.8600.010.69
HSL179.1º75.28%17.45%-
HSV(B)179.1º85.9%30.59%-
XYZ4.26.067.97-
YUV57.85138.894.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=6.63%
G=46.99%
B=46.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1178770.8600.010.69179.175.2817.45
HexB4E4D560145b34b11
Octal131161151260110526311321
Binary101110011101001101101011001100010110110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B4E4D; }

 p { color: rgb(11,78,77); }

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

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

 a { background-color: rgb(11,78,77); }

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

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

 span { border-color: rgb(11,78,77); }

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