Html Css Color HEX #12958F Java

📋 copy color: '#12958F'

red 18 ◦ green 149 ◦ blue 143

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

Shades of Java #12958F

Tints of Java #12958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 5.81%
G = 48.06%
B = 46.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#12958F (or 0x12958F) is known color: Java. HEX triplet: 12, 95 and 8F. RGB value is (18,149,143). Sum of RGB (Red+Green+Blue) = 18+149+143=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #12958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12958F is #ED6A70. Grayscale: #6D6D6D. Windows color (decimal): -15559281 or 9409810. OLE color: 9409810.

HSL color Cylindrical-coordinate representation of color #12958F: hue angle of 177.25º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12958F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 143 -
CMYK 0.88 0 0.04 0.42
HSL 177.25º 0.78% 0.33% -
HSV(B) 177.25º 0.88% 0.58% -
XYZ 15.95 23.61 29.7 -
YUV 109.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 18 149 143 0.88 0 0.04 0.42 177.25 0.78 0.33
Hex 12 95 8F 58 0 4 2A B1 4E 21
Octal 22 225 217 130 0 4 52 261 116 41
Binary 10010 10010101 10001111 1011000 0 100 101010 10110001 1001110 100001

Color Harmonies of #12958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12958F

Black with #12958F

Text Example


Text Example

White with #12958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12958F; }

 p { color: rgb(18,149,143); }

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

background-color css

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

 a { background-color: rgb(18,149,143); }

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

border-color css

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

 span { border-color: rgb(18,149,143); }

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