Html Css Color HEX #129496 Java

📋 copy color: '#129496'

red 18 ◦ green 148 ◦ blue 150

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

Shades of Java #129496

Tints of Java #129496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.84%

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

R = 5.7%
G = 46.84%
B = 47.47%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129496 (or 0x129496) is known color: Java. HEX triplet: 12, 94 and 96. RGB value is (18,148,150). Sum of RGB (Red+Green+Blue) = 18+148+150=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #129496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129496 is #ED6B69. Grayscale: #6D6D6D. Windows color (decimal): -15559530 or 9868306. OLE color: 9868306.

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

Color convert

RGB 18 148 150 -
CMYK 0.88 0.01 0 0.41
HSL 180.91º 0.79% 0.33% -
HSV(B) 180.91º 0.88% 0.59% -
XYZ 16.34 23.51 32.53 -
YUV 109.36 150.93 62.84 -
System Red Green Blue C M Y K H S L
Decimal 18 148 150 0.88 0.01 0 0.41 180.91 0.79 0.33
Hex 12 94 96 58 1 0 29 B5 4F 21
Octal 22 224 226 130 1 0 51 265 117 41
Binary 10010 10010100 10010110 1011000 1 0 101001 10110101 1001111 100001

Color Harmonies of #129496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129496

Black with #129496

Text Example


Text Example

White with #129496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129496; }

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

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

background-color css

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

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

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

border-color css

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

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

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