Html Css Color HEX #114F4D Cyprus

📋 copy color: '#114F4D'

red 17 ◦ green 79 ◦ blue 77

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

Shades of Cyprus #114F4D

Tints of Cyprus #114F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.66%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 9.83%
G = 45.66%
B = 44.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#114F4D (or 0x114F4D) is known color: Cyprus. HEX triplet: 11, 4F and 4D. RGB value is (17,79,77). Sum of RGB (Red+Green+Blue) = 17+79+77=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #114F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F4D is #EEB0B2. Grayscale: #3C3C3C. Windows color (decimal): -15642803 or 5066513. OLE color: 5066513.

HSL color Cylindrical-coordinate representation of color #114F4D: hue angle of 178.06º degrees, saturation: 0.65, 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 #114F4D is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 79 77 -
CMYK 0.78 0 0.03 0.69
HSL 178.06º 0.65% 0.19% -
HSV(B) 178.06º 0.78% 0.31% -
XYZ 4.37 6.25 8 -
YUV 60.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 17 79 77 0.78 0 0.03 0.69 178.06 0.65 0.19
Hex 11 4F 4D 4E 0 3 45 B2 41 13
Octal 21 117 115 116 0 3 105 262 101 23
Binary 10001 1001111 1001101 1001110 0 11 1000101 10110010 1000001 10011

Color Harmonies of #114F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F4D

Black with #114F4D

Text Example


Text Example

White with #114F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,77); }

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

background-color css

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

 a { background-color: rgb(17,79,77); }

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

border-color css

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

 span { border-color: rgb(17,79,77); }

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