Html Css Color HEX #125843 Jewel

📋 copy color: '#125843'

red 18 ◦ green 88 ◦ blue 67

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

Shades of Jewel #125843

Tints of Jewel #125843

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 10.4%
G = 50.87%
B = 38.73%

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

#125843 (or 0x125843) is known color: Jewel. HEX triplet: 12, 58 and 43. RGB value is (18,88,67). Sum of RGB (Red+Green+Blue) = 18+88+67=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #125843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125843 is #EDA7BC. Grayscale: #404040. Windows color (decimal): -15574973 or 4413458. OLE color: 4413458.

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

Color convert

RGB 18 88 67 -
CMYK 0.80 0 0.24 0.65
HSL 162º 0.66% 0.21% -
HSV(B) 162º 0.8% 0.35% -
XYZ 4.75 7.51 6.51 -
YUV 64.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 18 88 67 0.80 0 0.24 0.65 162 0.66 0.21
Hex 12 58 43 50 0 18 41 A2 42 15
Octal 22 130 103 120 0 30 101 242 102 25
Binary 10010 1011000 1000011 1010000 0 11000 1000001 10100010 1000010 10101

Color Harmonies of #125843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125843

Black with #125843

Text Example


Text Example

White with #125843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125843; }

 p { color: rgb(18,88,67); }

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

background-color css

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

 a { background-color: rgb(18,88,67); }

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

border-color css

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

 span { border-color: rgb(18,88,67); }

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