Html Css Color HEX #114748 Cyprus

📋 copy color: '#114748'

red 17 ◦ green 71 ◦ blue 72

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

Shades of Cyprus #114748

Tints of Cyprus #114748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.38%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 10.63%
G = 44.38%
B = 45%

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

#114748 (or 0x114748) is known color: Cyprus. HEX triplet: 11, 47 and 48. RGB value is (17,71,72). Sum of RGB (Red+Green+Blue) = 17+71+72=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #114748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114748 is #EEB8B7. Grayscale: #363636. Windows color (decimal): -15644856 or 4736785. OLE color: 4736785.

HSL color Cylindrical-coordinate representation of color #114748: hue angle of 181.09º degrees, saturation: 0.62, 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 #114748 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 72 -
CMYK 0.76 0.01 0 0.72
HSL 181.09º 0.62% 0.17% -
HSV(B) 181.09º 0.76% 0.28% -
XYZ 3.65 5.09 6.92 -
YUV 54.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 17 71 72 0.76 0.01 0 0.72 181.09 0.62 0.17
Hex 11 47 48 4C 1 0 48 B5 3E 11
Octal 21 107 110 114 1 0 110 265 76 21
Binary 10001 1000111 1001000 1001100 1 0 1001000 10110101 111110 10001

Color Harmonies of #114748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114748

Black with #114748

Text Example


Text Example

White with #114748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114748; }

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

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

background-color css

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

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

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

border-color css

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

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

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