Html Css Color HEX #129396 Java

📋 copy color: '#129396'

red 18 ◦ green 147 ◦ blue 150

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

Shades of Java #129396

Tints of Java #129396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 5.71%
G = 46.67%
B = 47.62%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129396 (or 0x129396) is known color: Java. HEX triplet: 12, 93 and 96. RGB value is (18,147,150). Sum of RGB (Red+Green+Blue) = 18+147+150=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #129396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129396 is #ED6C69. Grayscale: #6C6C6C. Windows color (decimal): -15559786 or 9868050. OLE color: 9868050.

HSL color Cylindrical-coordinate representation of color #129396: hue angle of 181.36º 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 #129396 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 147 150 -
CMYK 0.88 0.02 0 0.41
HSL 181.36º 0.79% 0.33% -
HSV(B) 181.36º 0.88% 0.59% -
XYZ 16.19 23.2 32.48 -
YUV 108.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 18 147 150 0.88 0.02 0 0.41 181.36 0.79 0.33
Hex 12 93 96 58 2 0 29 B5 4F 21
Octal 22 223 226 130 2 0 51 265 117 41
Binary 10010 10010011 10010110 1011000 10 0 101001 10110101 1001111 100001

Color Harmonies of #129396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129396

Black with #129396

Text Example


Text Example

White with #129396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129396; }

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

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

background-color css

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

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

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

border-color css

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

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

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