Html Css Color HEX #125842 Jewel

📋 copy color: '#125842'

red 18 ◦ green 88 ◦ blue 66

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

Shades of Jewel #125842

Tints of Jewel #125842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 10.47%
G = 51.16%
B = 38.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#125842 (or 0x125842) is known color: Jewel. HEX triplet: 12, 58 and 42. RGB value is (18,88,66). Sum of RGB (Red+Green+Blue) = 18+88+66=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #125842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125842 is #EDA7BD. Grayscale: #404040. Windows color (decimal): -15574974 or 4347922. OLE color: 4347922.

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

Color convert

RGB 18 88 66 -
CMYK 0.80 0 0.25 0.65
HSL 161.14º 0.66% 0.21% -
HSV(B) 161.14º 0.8% 0.35% -
XYZ 4.72 7.5 6.35 -
YUV 64.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 18 88 66 0.80 0 0.25 0.65 161.14 0.66 0.21
Hex 12 58 42 50 0 19 41 A1 42 15
Octal 22 130 102 120 0 31 101 241 102 25
Binary 10010 1011000 1000010 1010000 0 11001 1000001 10100001 1000010 10101

Color Harmonies of #125842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125842

Black with #125842

Text Example


Text Example

White with #125842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125842; }

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

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

background-color css

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

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

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

border-color css

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

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

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