#114343

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

Shades of Cyprus #114343

Tints of Cyprus #114343

Color information

#114343 (or 0x114343) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 43. RGB value is (17,67,67). Sum of RGB (Red+Green+Blue) = 17+67+67=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #114343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114343 is #EEBCBC. Grayscale: #343434. Windows color (decimal): -15645885 or 4408081. OLE color: 4408081.

HSL color Cylindrical-coordinate representation of color #114343: hue angle of 180º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114343 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB176767-
CMYK0.75000.74
HSL180º59.52%16.47%-
HSV(B)180º74.63%26.27%-
XYZ3.254.546.01-
YUV52.05136.44103-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=11.26%
G=44.37%
B=44.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767670.75000.7418059.5216.47
Hex1143434B004Ab43c10
Octal21103103113001122647420
Binary100011000011100001110010110010010101011010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114343; }

 p { color: rgb(17,67,67); }

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

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

 a { background-color: rgb(17,67,67); }

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

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

 span { border-color: rgb(17,67,67); }

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