Html Css Color HEX #125949 Evening Sea

📋 copy color: '#125949'

red 18 ◦ green 89 ◦ blue 73

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

Shades of Evening Sea #125949

Tints of Evening Sea #125949

RGB

 RED value IS 18 (7.42% from 255) = 10%

 GREEN value IS 89 (35.16% from 255) = 49.44%

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 10%
G = 49.44%
B = 40.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#125949 (or 0x125949) is known color: Evening Sea. HEX triplet: 12, 59 and 49. RGB value is (18,89,73). Sum of RGB (Red+Green+Blue) = 18+89+73=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #125949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125949 is #EDA6B6. Grayscale: #414141. Windows color (decimal): -15574711 or 4806930. OLE color: 4806930.

HSL color Cylindrical-coordinate representation of color #125949: hue angle of 166.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125949 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 73 -
CMYK 0.80 0 0.18 0.65
HSL 166.48º 0.66% 0.21% -
HSV(B) 166.48º 0.8% 0.35% -
XYZ 5.02 7.75 7.54 -
YUV 65.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 18 89 73 0.80 0 0.18 0.65 166.48 0.66 0.21
Hex 12 59 49 50 0 12 41 A6 42 15
Octal 22 131 111 120 0 22 101 246 102 25
Binary 10010 1011001 1001001 1010000 0 10010 1000001 10100110 1000010 10101

Color Harmonies of #125949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125949

Black with #125949

Text Example


Text Example

White with #125949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125949; }

 p { color: rgb(18,89,73); }

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

background-color css

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

 a { background-color: rgb(18,89,73); }

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

border-color css

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

 span { border-color: rgb(18,89,73); }

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