Html Css Color HEX #129795 Java

📋 copy color: '#129795'

red 18 ◦ green 151 ◦ blue 149

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

Shades of Java #129795

Tints of Java #129795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.48%

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

R = 5.66%
G = 47.48%
B = 46.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#129795 (or 0x129795) is known color: Java. HEX triplet: 12, 97 and 95. RGB value is (18,151,149). Sum of RGB (Red+Green+Blue) = 18+151+149=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #129795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129795 is #ED686A. Grayscale: #6E6E6E. Windows color (decimal): -15558763 or 9803538. OLE color: 9803538.

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

Color convert

RGB 18 151 149 -
CMYK 0.88 0 0.01 0.41
HSL 179.1º 0.79% 0.33% -
HSV(B) 179.1º 0.88% 0.59% -
XYZ 16.74 24.43 32.27 -
YUV 111.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 18 151 149 0.88 0 0.01 0.41 179.1 0.79 0.33
Hex 12 97 95 58 0 1 29 B3 4F 21
Octal 22 227 225 130 0 1 51 263 117 41
Binary 10010 10010111 10010101 1011000 0 1 101001 10110011 1001111 100001

Color Harmonies of #129795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129795

Black with #129795

Text Example


Text Example

White with #129795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129795; }

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

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

background-color css

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

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

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

border-color css

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

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

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