Html Css Color HEX #129697 Java

📋 copy color: '#129697'

red 18 ◦ green 150 ◦ blue 151

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

Shades of Java #129697

Tints of Java #129697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 5.64%
G = 47.02%
B = 47.34%

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

#129697 (or 0x129697) is known color: Java. HEX triplet: 12, 96 and 97. RGB value is (18,150,151). Sum of RGB (Red+Green+Blue) = 18+150+151=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #129697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129697 is #ED6968. Grayscale: #6E6E6E. Windows color (decimal): -15559017 or 9934354. OLE color: 9934354.

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

Color convert

RGB 18 150 151 -
CMYK 0.88 0.01 0 0.41
HSL 180.45º 0.79% 0.33% -
HSV(B) 180.45º 0.88% 0.59% -
XYZ 16.74 24.18 33.06 -
YUV 110.65 150.77 61.92 -
System Red Green Blue C M Y K H S L
Decimal 18 150 151 0.88 0.01 0 0.41 180.45 0.79 0.33
Hex 12 96 97 58 1 0 29 B4 4F 21
Octal 22 226 227 130 1 0 51 264 117 41
Binary 10010 10010110 10010111 1011000 1 0 101001 10110100 1001111 100001

Color Harmonies of #129697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129697

Black with #129697

Text Example


Text Example

White with #129697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129697; }

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

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

background-color css

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

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

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

border-color css

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

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

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