Html Css Color HEX #129397 Java

📋 copy color: '#129397'

red 18 ◦ green 147 ◦ blue 151

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

Shades of Java #129397

Tints of Java #129397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 5.7%
G = 46.52%
B = 47.78%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129397 (or 0x129397) is known color: Java. HEX triplet: 12, 93 and 97. RGB value is (18,147,151). Sum of RGB (Red+Green+Blue) = 18+147+151=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #129397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129397 is #ED6C68. Grayscale: #6C6C6C. Windows color (decimal): -15559785 or 9933586. OLE color: 9933586.

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

Color convert

RGB 18 147 151 -
CMYK 0.88 0.03 0 0.41
HSL 181.8º 0.79% 0.33% -
HSV(B) 181.8º 0.88% 0.59% -
XYZ 16.27 23.23 32.9 -
YUV 108.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 18 147 151 0.88 0.03 0 0.41 181.8 0.79 0.33
Hex 12 93 97 58 3 0 29 B6 4F 21
Octal 22 223 227 130 3 0 51 266 117 41
Binary 10010 10010011 10010111 1011000 11 0 101001 10110110 1001111 100001

Color Harmonies of #129397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129397

Black with #129397

Text Example


Text Example

White with #129397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129397; }

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

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

background-color css

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

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

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

border-color css

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

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

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