Html Css Color HEX #129694 Java

📋 copy color: '#129694'

red 18 ◦ green 150 ◦ blue 148

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

Shades of Java #129694

Tints of Java #129694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 5.7%
G = 47.47%
B = 46.84%

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

#129694 (or 0x129694) is known color: Java. HEX triplet: 12, 96 and 94. RGB value is (18,150,148). Sum of RGB (Red+Green+Blue) = 18+150+148=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #129694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129694 is #ED696B. Grayscale: #6E6E6E. Windows color (decimal): -15559020 or 9737746. OLE color: 9737746.

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

Color convert

RGB 18 150 148 -
CMYK 0.88 0 0.01 0.41
HSL 179.09º 0.79% 0.33% -
HSV(B) 179.09º 0.88% 0.59% -
XYZ 16.5 24.08 31.8 -
YUV 110.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 18 150 148 0.88 0 0.01 0.41 179.09 0.79 0.33
Hex 12 96 94 58 0 1 29 B3 4F 21
Octal 22 226 224 130 0 1 51 263 117 41
Binary 10010 10010110 10010100 1011000 0 1 101001 10110011 1001111 100001

Color Harmonies of #129694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129694

Black with #129694

Text Example


Text Example

White with #129694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129694; }

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

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

background-color css

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

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

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

border-color css

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

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

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