Html Css Color HEX #114440 Cyprus

📋 copy color: '#114440'

red 17 ◦ green 68 ◦ blue 64

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

Shades of Cyprus #114440

Tints of Cyprus #114440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.64%

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 11.41%
G = 45.64%
B = 42.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#114440 (or 0x114440) is known color: Cyprus. HEX triplet: 11, 44 and 40. RGB value is (17,68,64). Sum of RGB (Red+Green+Blue) = 17+68+64=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #114440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114440 is #EEBBBF. Grayscale: #343434. Windows color (decimal): -15645632 or 4211729. OLE color: 4211729.

HSL color Cylindrical-coordinate representation of color #114440: hue angle of 175.29º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114440 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 64 -
CMYK 0.75 0 0.06 0.73
HSL 175.29º 0.6% 0.17% -
HSV(B) 175.29º 0.75% 0.27% -
XYZ 3.22 4.62 5.57 -
YUV 52.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 17 68 64 0.75 0 0.06 0.73 175.29 0.6 0.17
Hex 11 44 40 4B 0 6 49 AF 3C 11
Octal 21 104 100 113 0 6 111 257 74 21
Binary 10001 1000100 1000000 1001011 0 110 1001001 10101111 111100 10001

Color Harmonies of #114440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114440

Black with #114440

Text Example


Text Example

White with #114440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114440; }

 p { color: rgb(17,68,64); }

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

background-color css

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

 a { background-color: rgb(17,68,64); }

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

border-color css

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

 span { border-color: rgb(17,68,64); }

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