Html Css Color HEX #129196 Java

📋 copy color: '#129196'

red 18 ◦ green 145 ◦ blue 150

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

Shades of Java #129196

Tints of Java #129196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 5.75%
G = 46.33%
B = 47.92%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129196 (or 0x129196) is known color: Java. HEX triplet: 12, 91 and 96. RGB value is (18,145,150). Sum of RGB (Red+Green+Blue) = 18+145+150=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #129196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129196 is #ED6E69. Grayscale: #6B6B6B. Windows color (decimal): -15560298 or 9867538. OLE color: 9867538.

HSL color Cylindrical-coordinate representation of color #129196: hue angle of 182.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129196 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 145 150 -
CMYK 0.88 0.03 0 0.41
HSL 182.27º 0.79% 0.33% -
HSV(B) 182.27º 0.88% 0.59% -
XYZ 15.88 22.58 32.38 -
YUV 107.6 151.92 64.09 -
System Red Green Blue C M Y K H S L
Decimal 18 145 150 0.88 0.03 0 0.41 182.27 0.79 0.33
Hex 12 91 96 58 3 0 29 B6 4F 21
Octal 22 221 226 130 3 0 51 266 117 41
Binary 10010 10010001 10010110 1011000 11 0 101001 10110110 1001111 100001

Color Harmonies of #129196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129196

Black with #129196

Text Example


Text Example

White with #129196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129196; }

 p { color: rgb(18,145,150); }

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

background-color css

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

 a { background-color: rgb(18,145,150); }

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

border-color css

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

 span { border-color: rgb(18,145,150); }

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