Html Css Color HEX #129598 Java

📋 copy color: '#129598'

red 18 ◦ green 149 ◦ blue 152

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

Shades of Java #129598

Tints of Java #129598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 5.64%
G = 46.71%
B = 47.65%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#129598 (or 0x129598) is known color: Java. HEX triplet: 12, 95 and 98. RGB value is (18,149,152). Sum of RGB (Red+Green+Blue) = 18+149+152=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #129598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129598 is #ED6A67. Grayscale: #6E6E6E. Windows color (decimal): -15559272 or 9999634. OLE color: 9999634.

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

Color convert

RGB 18 149 152 -
CMYK 0.88 0.02 0 0.40
HSL 181.34º 0.79% 0.33% -
HSV(B) 181.34º 0.88% 0.6% -
XYZ 16.66 23.89 33.44 -
YUV 110.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 18 149 152 0.88 0.02 0 0.40 181.34 0.79 0.33
Hex 12 95 98 58 2 0 28 B5 4F 21
Octal 22 225 230 130 2 0 50 265 117 41
Binary 10010 10010101 10011000 1011000 10 0 101000 10110101 1001111 100001

Color Harmonies of #129598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129598

Black with #129598

Text Example


Text Example

White with #129598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129598; }

 p { color: rgb(18,149,152); }

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

background-color css

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

 a { background-color: rgb(18,149,152); }

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

border-color css

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

 span { border-color: rgb(18,149,152); }

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