Html Css Color HEX #114245 Cyprus

📋 copy color: '#114245'

red 17 ◦ green 66 ◦ blue 69

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

Shades of Cyprus #114245

Tints of Cyprus #114245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 11.18%
G = 43.42%
B = 45.39%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#114245 (or 0x114245) is known color: Cyprus. HEX triplet: 11, 42 and 45. RGB value is (17,66,69). Sum of RGB (Red+Green+Blue) = 17+66+69=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #114245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114245 is #EEBDBA. Grayscale: #333333. Windows color (decimal): -15646139 or 4538897. OLE color: 4538897.

HSL color Cylindrical-coordinate representation of color #114245: hue angle of 183.46º 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 #114245 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 66 69 -
CMYK 0.75 0.04 0 0.73
HSL 183.46º 0.6% 0.17% -
HSV(B) 183.46º 0.75% 0.27% -
XYZ 3.25 4.45 6.32 -
YUV 51.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 17 66 69 0.75 0.04 0 0.73 183.46 0.6 0.17
Hex 11 42 45 4B 4 0 49 B7 3C 11
Octal 21 102 105 113 4 0 111 267 74 21
Binary 10001 1000010 1000101 1001011 100 0 1001001 10110111 111100 10001

Color Harmonies of #114245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114245

Black with #114245

Text Example


Text Example

White with #114245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114245; }

 p { color: rgb(17,66,69); }

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

background-color css

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

 a { background-color: rgb(17,66,69); }

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

border-color css

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

 span { border-color: rgb(17,66,69); }

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