Html Css Color HEX #114E48 Cyprus

📋 copy color: '#114E48'

red 17 ◦ green 78 ◦ blue 72

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

Shades of Cyprus #114E48

Tints of Cyprus #114E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.71%

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

R = 10.18%
G = 46.71%
B = 43.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#114E48 (or 0x114E48) is known color: Cyprus. HEX triplet: 11, 4E and 48. RGB value is (17,78,72). Sum of RGB (Red+Green+Blue) = 17+78+72=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #114E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E48 is #EEB1B7. Grayscale: #3B3B3B. Windows color (decimal): -15643064 or 4738577. OLE color: 4738577.

HSL color Cylindrical-coordinate representation of color #114E48: hue angle of 174.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E48 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 72 -
CMYK 0.78 0 0.08 0.69
HSL 174.1º 0.64% 0.19% -
HSV(B) 174.1º 0.78% 0.31% -
XYZ 4.13 6.04 7.08 -
YUV 59.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 17 78 72 0.78 0 0.08 0.69 174.1 0.64 0.19
Hex 11 4E 48 4E 0 8 45 AE 40 13
Octal 21 116 110 116 0 10 105 256 100 23
Binary 10001 1001110 1001000 1001110 0 1000 1000101 10101110 1000000 10011

Color Harmonies of #114E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E48

Black with #114E48

Text Example


Text Example

White with #114E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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