Html Css Color HEX #12979C Java

📋 copy color: '#12979C'

red 18 ◦ green 151 ◦ blue 156

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

Shades of Java #12979C

Tints of Java #12979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.46%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 5.54%
G = 46.46%
B = 48%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12979C (or 0x12979C) is known color: Java. HEX triplet: 12, 97 and 9C. RGB value is (18,151,156). Sum of RGB (Red+Green+Blue) = 18+151+156=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #12979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12979C is #ED6863. Grayscale: #6F6F6F. Windows color (decimal): -15558756 or 10262290. OLE color: 10262290.

HSL color Cylindrical-coordinate representation of color #12979C: hue angle of 182.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12979C is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 151 156 -
CMYK 0.88 0.03 0 0.39
HSL 182.17º 0.79% 0.34% -
HSV(B) 182.17º 0.88% 0.61% -
XYZ 17.32 24.66 35.3 -
YUV 111.8 152.94 61.09 -
System Red Green Blue C M Y K H S L
Decimal 18 151 156 0.88 0.03 0 0.39 182.17 0.79 0.34
Hex 12 97 9C 58 3 0 27 B6 4F 22
Octal 22 227 234 130 3 0 47 266 117 42
Binary 10010 10010111 10011100 1011000 11 0 100111 10110110 1001111 100010

Color Harmonies of #12979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12979C

Black with #12979C

Text Example


Text Example

White with #12979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12979C; }

 p { color: rgb(18,151,156); }

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

background-color css

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

 a { background-color: rgb(18,151,156); }

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

border-color css

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

 span { border-color: rgb(18,151,156); }

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