Html Css Color HEX #115A4D Evening Sea

📋 copy color: '#115A4D'

red 17 ◦ green 90 ◦ blue 77

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

Shades of Evening Sea #115A4D

Tints of Evening Sea #115A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 9.24%
G = 48.91%
B = 41.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#115A4D (or 0x115A4D) is known color: Evening Sea. HEX triplet: 11, 5A and 4D. RGB value is (17,90,77). Sum of RGB (Red+Green+Blue) = 17+90+77=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #115A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A4D is #EEA5B2. Grayscale: #424242. Windows color (decimal): -15639987 or 5069329. OLE color: 5069329.

HSL color Cylindrical-coordinate representation of color #115A4D: hue angle of 169.32º 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 #115A4D is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 90 77 -
CMYK 0.81 0 0.14 0.65
HSL 169.32º 0.68% 0.21% -
HSV(B) 169.32º 0.81% 0.35% -
XYZ 5.23 7.97 8.28 -
YUV 66.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 17 90 77 0.81 0 0.14 0.65 169.32 0.68 0.21
Hex 11 5A 4D 51 0 E 41 A9 44 15
Octal 21 132 115 121 0 16 101 251 104 25
Binary 10001 1011010 1001101 1010001 0 1110 1000001 10101001 1000100 10101

Color Harmonies of #115A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A4D

Black with #115A4D

Text Example


Text Example

White with #115A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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