#0b554e

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

Shades of Cyprus #0B554E

Tints of Cyprus #0B554E

Color information

#0B554E (or 0x0B554E) is unknown color: approx Cyprus. HEX triplet: 0B, 55 and 4E. RGB value is (11,85,78). Sum of RGB (Red+Green+Blue) = 11+85+78=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #0B554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B554E is #F4AAB1. Grayscale: #3E3E3E. Windows color (decimal): -16034482 or 5133579. OLE color: 5133579.

HSL color Cylindrical-coordinate representation of color #0B554E: hue angle of 174.32º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B554E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB118578-
CMYK0.8700.080.67
HSL174.32º77.08%18.82%-
HSV(B)174.32º87.06%33.33%-
XYZ4.767.128.33-
YUV62.08136.9891.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.32%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=6.32%
G=48.85%
B=44.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1185780.8700.080.67174.3277.0818.82
HexB554E570843ae4d13
Octal1312511612701010325611523
Binary101110101011001110101011101000100001110101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b554e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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