Html Css Color HEX #114647 Cyprus

📋 copy color: '#114647'

red 17 ◦ green 70 ◦ blue 71

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

Shades of Cyprus #114647

Tints of Cyprus #114647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 10.76%
G = 44.3%
B = 44.94%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114647 (or 0x114647) is known color: Cyprus. HEX triplet: 11, 46 and 47. RGB value is (17,70,71). Sum of RGB (Red+Green+Blue) = 17+70+71=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #114647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114647 is #EEB9B8. Grayscale: #363636. Windows color (decimal): -15645113 or 4670993. OLE color: 4670993.

HSL color Cylindrical-coordinate representation of color #114647: hue angle of 181.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114647 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 70 71 -
CMYK 0.76 0.01 0 0.72
HSL 181.11º 0.61% 0.17% -
HSV(B) 181.11º 0.76% 0.28% -
XYZ 3.56 4.95 6.73 -
YUV 54.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 17 70 71 0.76 0.01 0 0.72 181.11 0.61 0.17
Hex 11 46 47 4C 1 0 48 B5 3D 11
Octal 21 106 107 114 1 0 110 265 75 21
Binary 10001 1000110 1000111 1001100 1 0 1001000 10110101 111101 10001

Color Harmonies of #114647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114647

Black with #114647

Text Example


Text Example

White with #114647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114647; }

 p { color: rgb(17,70,71); }

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

background-color css

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

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

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

border-color css

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

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

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