Html Css Color HEX #125A49 Evening Sea

📋 copy color: '#125A49'

red 18 ◦ green 90 ◦ blue 73

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

Shades of Evening Sea #125A49

Tints of Evening Sea #125A49

RGB

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

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

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

R = 9.94%
G = 49.72%
B = 40.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#125A49 (or 0x125A49) is known color: Evening Sea. HEX triplet: 12, 5A and 49. RGB value is (18,90,73). Sum of RGB (Red+Green+Blue) = 18+90+73=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #125A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A49 is #EDA5B6. Grayscale: #424242. Windows color (decimal): -15574455 or 4807186. OLE color: 4807186.

HSL color Cylindrical-coordinate representation of color #125A49: hue angle of 165.83º degrees, saturation: 0.67, 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 #125A49 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 73 -
CMYK 0.80 0 0.19 0.65
HSL 165.83º 0.67% 0.21% -
HSV(B) 165.83º 0.8% 0.35% -
XYZ 5.11 7.92 7.56 -
YUV 66.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 18 90 73 0.80 0 0.19 0.65 165.83 0.67 0.21
Hex 12 5A 49 50 0 13 41 A6 43 15
Octal 22 132 111 120 0 23 101 246 103 25
Binary 10010 1011010 1001001 1010000 0 10011 1000001 10100110 1000011 10101

Color Harmonies of #125A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A49

Black with #125A49

Text Example


Text Example

White with #125A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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