Html Css Color HEX #129896 Java

📋 copy color: '#129896'

red 18 ◦ green 152 ◦ blue 150

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

Shades of Java #129896

Tints of Java #129896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 5.63%
G = 47.5%
B = 46.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#129896 (or 0x129896) is known color: Java. HEX triplet: 12, 98 and 96. RGB value is (18,152,150). Sum of RGB (Red+Green+Blue) = 18+152+150=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #129896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129896 is #ED6769. Grayscale: #6F6F6F. Windows color (decimal): -15558506 or 9869330. OLE color: 9869330.

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

Color convert

RGB 18 152 150 -
CMYK 0.88 0 0.01 0.40
HSL 179.1º 0.79% 0.33% -
HSV(B) 179.1º 0.88% 0.6% -
XYZ 16.98 24.79 32.74 -
YUV 111.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 18 152 150 0.88 0 0.01 0.40 179.1 0.79 0.33
Hex 12 98 96 58 0 1 28 B3 4F 21
Octal 22 230 226 130 0 1 50 263 117 41
Binary 10010 10011000 10010110 1011000 0 1 101000 10110011 1001111 100001

Color Harmonies of #129896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129896

Black with #129896

Text Example


Text Example

White with #129896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129896; }

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

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

background-color css

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

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

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

border-color css

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

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

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