Html Css Color HEX #106243 Jewel

📋 copy color: '#106243'

red 16 ◦ green 98 ◦ blue 67

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

Shades of Jewel #106243

Tints of Jewel #106243

RGB

 RED value IS 16 (6.64% from 255) = 8.84%

 GREEN value IS 98 (38.67% from 255) = 54.14%

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

R = 8.84%
G = 54.14%
B = 37.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#106243 (or 0x106243) is known color: Jewel. HEX triplet: 10, 62 and 43. RGB value is (16,98,67). Sum of RGB (Red+Green+Blue) = 16+98+67=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #106243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106243 is #EF9DBC. Grayscale: #454545. Windows color (decimal): -15703485 or 4416016. OLE color: 4416016.

HSL color Cylindrical-coordinate representation of color #106243: hue angle of 157.32º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106243 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 67 -
CMYK 0.84 0 0.32 0.62
HSL 157.32º 0.72% 0.22% -
HSV(B) 157.32º 0.84% 0.38% -
XYZ 5.59 9.25 6.8 -
YUV 69.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 16 98 67 0.84 0 0.32 0.62 157.32 0.72 0.22
Hex 10 62 43 54 0 20 3E 9D 48 16
Octal 20 142 103 124 0 40 76 235 110 26
Binary 10000 1100010 1000011 1010100 0 100000 111110 10011101 1001000 10110

Color Harmonies of #106243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106243

Black with #106243

Text Example


Text Example

White with #106243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106243; }

 p { color: rgb(16,98,67); }

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

background-color css

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

 a { background-color: rgb(16,98,67); }

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

border-color css

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

 span { border-color: rgb(16,98,67); }

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