Html Css Color HEX #125A44 Jewel

📋 copy color: '#125A44'

red 18 ◦ green 90 ◦ blue 68

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

Shades of Jewel #125A44

Tints of Jewel #125A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.64%

R = 10.23%
G = 51.14%
B = 38.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#125A44 (or 0x125A44) is known color: Jewel. HEX triplet: 12, 5A and 44. RGB value is (18,90,68). Sum of RGB (Red+Green+Blue) = 18+90+68=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #125A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A44 is #EDA5BB. Grayscale: #414141. Windows color (decimal): -15574460 or 4479506. OLE color: 4479506.

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

Color convert

RGB 18 90 68 -
CMYK 0.80 0 0.24 0.65
HSL 161.67º 0.67% 0.21% -
HSV(B) 161.67º 0.8% 0.35% -
XYZ 4.95 7.86 6.72 -
YUV 65.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 18 90 68 0.80 0 0.24 0.65 161.67 0.67 0.21
Hex 12 5A 44 50 0 18 41 A2 43 15
Octal 22 132 104 120 0 30 101 242 103 25
Binary 10010 1011010 1000100 1010000 0 11000 1000001 10100010 1000011 10101

Color Harmonies of #125A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A44

Black with #125A44

Text Example


Text Example

White with #125A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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