#0B534E

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

Shades of Cyprus #0B534E

Tints of Cyprus #0B534E

Color information

#0B534E (or 0x0B534E) is unknown color: approx Cyprus. HEX triplet: 0B, 53 and 4E. RGB value is (11,83,78). Sum of RGB (Red+Green+Blue) = 11+83+78=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #0B534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B534E is #F4ACB1. Grayscale: #3C3C3C. Windows color (decimal): -16034994 or 5133067. OLE color: 5133067.

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

Color convert

RGB118378-
CMYK0.8700.060.67
HSL175.83º76.6%18.43%-
HSV(B)175.83º86.75%32.55%-
XYZ4.616.818.28-
YUV60.9137.6592.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=6.40%
G=48.26%
B=45.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1183780.8700.060.67175.8376.618.43
HexB534E570643b04d12
Octal131231161270610326011522
Binary10111010011100111010101110110100001110110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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