Html Css Color HEX #115450 Cyprus

📋 copy color: '#115450'

red 17 ◦ green 84 ◦ blue 80

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

Shades of Cyprus #115450

Tints of Cyprus #115450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 9.39%
G = 46.41%
B = 44.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#115450 (or 0x115450) is known color: Cyprus. HEX triplet: 11, 54 and 50. RGB value is (17,84,80). Sum of RGB (Red+Green+Blue) = 17+84+80=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #115450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115450 is #EEABAF. Grayscale: #3F3F3F. Windows color (decimal): -15641520 or 5264401. OLE color: 5264401.

HSL color Cylindrical-coordinate representation of color #115450: hue angle of 176.42º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115450 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 84 80 -
CMYK 0.80 0 0.05 0.67
HSL 176.42º 0.66% 0.2% -
HSV(B) 176.42º 0.8% 0.33% -
XYZ 4.85 7.04 8.69 -
YUV 63.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 17 84 80 0.80 0 0.05 0.67 176.42 0.66 0.2
Hex 11 54 50 50 0 5 43 B0 42 14
Octal 21 124 120 120 0 5 103 260 102 24
Binary 10001 1010100 1010000 1010000 0 101 1000011 10110000 1000010 10100

Color Harmonies of #115450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115450

Black with #115450

Text Example


Text Example

White with #115450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115450; }

 p { color: rgb(17,84,80); }

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

background-color css

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

 a { background-color: rgb(17,84,80); }

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

border-color css

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

 span { border-color: rgb(17,84,80); }

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