Html Css Color HEX #114A43 Cyprus

📋 copy color: '#114A43'

red 17 ◦ green 74 ◦ blue 67

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

Shades of Cyprus #114A43

Tints of Cyprus #114A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.84%

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

R = 10.76%
G = 46.84%
B = 42.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#114A43 (or 0x114A43) is known color: Cyprus. HEX triplet: 11, 4A and 43. RGB value is (17,74,67). Sum of RGB (Red+Green+Blue) = 17+74+67=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #114A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A43 is #EEB5BC. Grayscale: #383838. Windows color (decimal): -15644093 or 4409873. OLE color: 4409873.

HSL color Cylindrical-coordinate representation of color #114A43: hue angle of 172.63º 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 #114A43 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 67 -
CMYK 0.77 0 0.09 0.71
HSL 172.63º 0.63% 0.18% -
HSV(B) 172.63º 0.77% 0.29% -
XYZ 3.69 5.42 6.16 -
YUV 56.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 17 74 67 0.77 0 0.09 0.71 172.63 0.63 0.18
Hex 11 4A 43 4D 0 9 47 AD 3F 12
Octal 21 112 103 115 0 11 107 255 77 22
Binary 10001 1001010 1000011 1001101 0 1001 1000111 10101101 111111 10010

Color Harmonies of #114A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A43

Black with #114A43

Text Example


Text Example

White with #114A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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