Html Css Color HEX #125A47 Jewel

📋 copy color: '#125A47'

red 18 ◦ green 90 ◦ blue 71

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

Shades of Jewel #125A47

Tints of Jewel #125A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 10.06%
G = 50.28%
B = 39.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#125A47 (or 0x125A47) is known color: Jewel. HEX triplet: 12, 5A and 47. RGB value is (18,90,71). Sum of RGB (Red+Green+Blue) = 18+90+71=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #125A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A47 is #EDA5B8. Grayscale: #424242. Windows color (decimal): -15574457 or 4676114. OLE color: 4676114.

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

Color convert

RGB 18 90 71 -
CMYK 0.80 0 0.21 0.65
HSL 164.17º 0.67% 0.21% -
HSV(B) 164.17º 0.8% 0.35% -
XYZ 5.04 7.9 7.22 -
YUV 66.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 18 90 71 0.80 0 0.21 0.65 164.17 0.67 0.21
Hex 12 5A 47 50 0 15 41 A4 43 15
Octal 22 132 107 120 0 25 101 244 103 25
Binary 10010 1011010 1000111 1010000 0 10101 1000001 10100100 1000011 10101

Color Harmonies of #125A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A47

Black with #125A47

Text Example


Text Example

White with #125A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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