#114243

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

Shades of Cyprus #114243

Tints of Cyprus #114243

Color information

#114243 (or 0x114243) is unknown color: approx Cyprus. HEX triplet: 11, 42 and 43. RGB value is (17,66,67). Sum of RGB (Red+Green+Blue) = 17+66+67=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #114243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114243 is #EEBDBC. Grayscale: #333333. Windows color (decimal): -15646141 or 4407825. OLE color: 4407825.

HSL color Cylindrical-coordinate representation of color #114243: hue angle of 181.2º 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 #114243 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB176667-
CMYK0.750.0100.74
HSL181.2º59.52%16.47%-
HSV(B)181.2º74.63%26.27%-
XYZ3.194.426-
YUV51.46136.77103.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=11.33%
G=44%
B=44.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766670.750.0100.74181.259.5216.47
Hex1142434B104Ab53c10
Octal21102103113101122657420
Binary100011000010100001110010111010010101011010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114243; }

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

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

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

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

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

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

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

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