#114B4B

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

Shades of Cyprus #114B4B

Tints of Cyprus #114B4B

Color information

#114B4B (or 0x114B4B) is unknown color: approx Cyprus. HEX triplet: 11, 4B and 4B. RGB value is (17,75,75). Sum of RGB (Red+Green+Blue) = 17+75+75=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #114B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B4B is #EEB4B4. Grayscale: #393939. Windows color (decimal): -15643829 or 4934417. OLE color: 4934417.

HSL color Cylindrical-coordinate representation of color #114B4B: hue angle of 180º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B4B is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB177575-
CMYK0.77000.71
HSL180º63.04%18.04%-
HSV(B)180º77.33%29.41%-
XYZ4.025.667.54-
YUV57.66137.7899-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=10.18%
G=44.91%
B=44.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775750.77000.7118063.0418.04
Hex114B4B4D0047b43f12
Octal21113113115001072647722
Binary100011001011100101110011010010001111011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B4B; }

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

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

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

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

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

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

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

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