#0B4C4A

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

Shades of Cyprus #0B4C4A

Tints of Cyprus #0B4C4A

Color information

#0B4C4A (or 0x0B4C4A) is unknown color: approx Cyprus. HEX triplet: 0B, 4C and 4A. RGB value is (11,76,74). Sum of RGB (Red+Green+Blue) = 11+76+74=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4C4A is #F4B3B5. Grayscale: #383838. Windows color (decimal): -16036790 or 4869131. OLE color: 4869131.

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

Color convert

RGB117674-
CMYK0.8600.030.70
HSL178.15º74.71%17.06%-
HSV(B)178.15º85.53%29.8%-
XYZ3.965.737.38-
YUV56.34137.9795.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=6.83%
G=47.20%
B=45.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176740.8600.030.70178.1574.7117.06
HexB4C4A560346b24b11
Octal131141121260310626211321
Binary1011100110010010101010110011100011010110010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,74); }

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

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

 a { background-color: rgb(11,76,74); }

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

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

 span { border-color: rgb(11,76,74); }

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