Html Css Color HEX #129394 Java

📋 copy color: '#129394'

red 18 ◦ green 147 ◦ blue 148

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

Shades of Java #129394

Tints of Java #129394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 5.75%
G = 46.96%
B = 47.28%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#129394 (or 0x129394) is known color: Java. HEX triplet: 12, 93 and 94. RGB value is (18,147,148). Sum of RGB (Red+Green+Blue) = 18+147+148=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #129394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129394 is #ED6C6B. Grayscale: #6C6C6C. Windows color (decimal): -15559788 or 9736978. OLE color: 9736978.

HSL color Cylindrical-coordinate representation of color #129394: hue angle of 180.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129394 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 148 -
CMYK 0.88 0.01 0 0.42
HSL 180.46º 0.78% 0.33% -
HSV(B) 180.46º 0.88% 0.58% -
XYZ 16.03 23.13 31.64 -
YUV 108.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 18 147 148 0.88 0.01 0 0.42 180.46 0.78 0.33
Hex 12 93 94 58 1 0 2A B4 4E 21
Octal 22 223 224 130 1 0 52 264 116 41
Binary 10010 10010011 10010100 1011000 1 0 101010 10110100 1001110 100001

Color Harmonies of #129394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129394

Black with #129394

Text Example


Text Example

White with #129394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129394; }

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

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

background-color css

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

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

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

border-color css

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

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

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