Html Css Color HEX #114246 Cyprus

📋 copy color: '#114246'

red 17 ◦ green 66 ◦ blue 70

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

Shades of Cyprus #114246

Tints of Cyprus #114246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.75%

R = 11.11%
G = 43.14%
B = 45.75%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#114246 (or 0x114246) is known color: Cyprus. HEX triplet: 11, 42 and 46. RGB value is (17,66,70). Sum of RGB (Red+Green+Blue) = 17+66+70=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #114246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114246 is #EEBDB9. Grayscale: #333333. Windows color (decimal): -15646138 or 4604433. OLE color: 4604433.

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

Color convert

RGB 17 66 70 -
CMYK 0.76 0.06 0 0.73
HSL 184.53º 0.61% 0.17% -
HSV(B) 184.53º 0.76% 0.27% -
XYZ 3.28 4.46 6.48 -
YUV 51.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 17 66 70 0.76 0.06 0 0.73 184.53 0.61 0.17
Hex 11 42 46 4C 6 0 49 B9 3D 11
Octal 21 102 106 114 6 0 111 271 75 21
Binary 10001 1000010 1000110 1001100 110 0 1001001 10111001 111101 10001

Color Harmonies of #114246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114246

Black with #114246

Text Example


Text Example

White with #114246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114246; }

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

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

background-color css

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

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

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

border-color css

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

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

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