Html Css Color HEX #114143 Cyprus

📋 copy color: '#114143'

red 17 ◦ green 65 ◦ blue 67

#114143
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #114143

Tints of Cyprus #114143

RGB

 RED value IS 17 (7.03% from 255) = 11.41%

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 11.41%
G = 43.62%
B = 44.97%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#114143 (or 0x114143) is known color: Cyprus. HEX triplet: 11, 41 and 43. RGB value is (17,65,67). Sum of RGB (Red+Green+Blue) = 17+65+67=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #114143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114143 is #EEBEBC. Grayscale: #323232. Windows color (decimal): -15646397 or 4407569. OLE color: 4407569.

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

Color convert

RGB 17 65 67 -
CMYK 0.75 0.03 0 0.74
HSL 182.4º 0.6% 0.16% -
HSV(B) 182.4º 0.75% 0.26% -
XYZ 3.13 4.31 5.98 -
YUV 50.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 17 65 67 0.75 0.03 0 0.74 182.4 0.6 0.16
Hex 11 41 43 4B 3 0 4A B6 3C 10
Octal 21 101 103 113 3 0 112 266 74 20
Binary 10001 1000001 1000011 1001011 11 0 1001010 10110110 111100 10000

Color Harmonies of #114143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114143

Black with #114143

Text Example


Text Example

White with #114143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114143; }

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

 H1.HeaderClassName
 {
   color: #114143;
 }
 .AnyTagClassName
 {
   color: #114143;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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