Html Css Color HEX #129B95 Java

📋 copy color: '#129B95'

red 18 ◦ green 155 ◦ blue 149

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

Shades of Java #129B95

Tints of Java #129B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.14%

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 5.59%
G = 48.14%
B = 46.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#129B95 (or 0x129B95) is known color: Java. HEX triplet: 12, 9B and 95. RGB value is (18,155,149). Sum of RGB (Red+Green+Blue) = 18+155+149=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #129B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B95 is #ED646A. Grayscale: #717171. Windows color (decimal): -15557739 or 9804562. OLE color: 9804562.

HSL color Cylindrical-coordinate representation of color #129B95: hue angle of 177.37º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B95 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 155 149 -
CMYK 0.88 0 0.04 0.39
HSL 177.37º 0.79% 0.34% -
HSV(B) 177.37º 0.88% 0.61% -
XYZ 17.4 25.74 32.49 -
YUV 113.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 18 155 149 0.88 0 0.04 0.39 177.37 0.79 0.34
Hex 12 9B 95 58 0 4 27 B1 4F 22
Octal 22 233 225 130 0 4 47 261 117 42
Binary 10010 10011011 10010101 1011000 0 100 100111 10110001 1001111 100010

Color Harmonies of #129B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B95

Black with #129B95

Text Example


Text Example

White with #129B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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