Html Css Color HEX #114243 Cyprus

📋 copy color: '#114243'

red 17 ◦ green 66 ◦ blue 67

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

Shades of Cyprus #114243

Tints of Cyprus #114243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 11.33%
G = 44%
B = 44.67%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#114243 (or 0x114243) is known color: Cyprus. HEX triplet: 11, 42 and 43. RGB value is (17,66,67). Sum of RGB (Red+Green+Blue) = 17+66+67=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #114243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114243 is #EEBDBC. Grayscale: #333333. Windows color (decimal): -15646141 or 4407825. OLE color: 4407825.

HSL color Cylindrical-coordinate representation of color #114243: hue angle of 181.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114243 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 67 -
CMYK 0.75 0.01 0 0.74
HSL 181.2º 0.6% 0.16% -
HSV(B) 181.2º 0.75% 0.26% -
XYZ 3.19 4.42 6 -
YUV 51.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 17 66 67 0.75 0.01 0 0.74 181.2 0.6 0.16
Hex 11 42 43 4B 1 0 4A B5 3C 10
Octal 21 102 103 113 1 0 112 265 74 20
Binary 10001 1000010 1000011 1001011 1 0 1001010 10110101 111100 10000

Color Harmonies of #114243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114243

Black with #114243

Text Example


Text Example

White with #114243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114243; }

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

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

background-color css

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

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

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

border-color css

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

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

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