Html Css Color HEX #115A4C Evening Sea

📋 copy color: '#115A4C'

red 17 ◦ green 90 ◦ blue 76

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

Shades of Evening Sea #115A4C

Tints of Evening Sea #115A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.18%

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 9.29%
G = 49.18%
B = 41.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#115A4C (or 0x115A4C) is known color: Evening Sea. HEX triplet: 11, 5A and 4C. RGB value is (17,90,76). Sum of RGB (Red+Green+Blue) = 17+90+76=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #115A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A4C is #EEA5B3. Grayscale: #424242. Windows color (decimal): -15639988 or 5003793. OLE color: 5003793.

HSL color Cylindrical-coordinate representation of color #115A4C: hue angle of 168.49º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A4C is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 90 76 -
CMYK 0.81 0 0.16 0.65
HSL 168.49º 0.68% 0.21% -
HSV(B) 168.49º 0.81% 0.35% -
XYZ 5.19 7.95 8.1 -
YUV 66.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 17 90 76 0.81 0 0.16 0.65 168.49 0.68 0.21
Hex 11 5A 4C 51 0 10 41 A8 44 15
Octal 21 132 114 121 0 20 101 250 104 25
Binary 10001 1011010 1001100 1010001 0 10000 1000001 10101000 1000100 10101

Color Harmonies of #115A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A4C

Black with #115A4C

Text Example


Text Example

White with #115A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A4C; }

 p { color: rgb(17,90,76); }

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

background-color css

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

 a { background-color: rgb(17,90,76); }

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

border-color css

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

 span { border-color: rgb(17,90,76); }

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