Html Css Color HEX #114348 Cyprus

📋 copy color: '#114348'

red 17 ◦ green 67 ◦ blue 72

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

Shades of Cyprus #114348

Tints of Cyprus #114348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.95%

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 10.9%
G = 42.95%
B = 46.15%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114348 (or 0x114348) is known color: Cyprus. HEX triplet: 11, 43 and 48. RGB value is (17,67,72). Sum of RGB (Red+Green+Blue) = 17+67+72=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #114348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114348 is #EEBCB7. Grayscale: #343434. Windows color (decimal): -15645880 or 4735761. OLE color: 4735761.

HSL color Cylindrical-coordinate representation of color #114348: hue angle of 185.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114348 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 67 72 -
CMYK 0.76 0.07 0 0.72
HSL 185.45º 0.62% 0.17% -
HSV(B) 185.45º 0.76% 0.28% -
XYZ 3.41 4.6 6.84 -
YUV 52.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 17 67 72 0.76 0.07 0 0.72 185.45 0.62 0.17
Hex 11 43 48 4C 7 0 48 B9 3E 11
Octal 21 103 110 114 7 0 110 271 76 21
Binary 10001 1000011 1001000 1001100 111 0 1001000 10111001 111110 10001

Color Harmonies of #114348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114348

Black with #114348

Text Example


Text Example

White with #114348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114348; }

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

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

background-color css

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

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

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

border-color css

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

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

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