Html Css Color HEX #129099 Java

📋 copy color: '#129099'

red 18 ◦ green 144 ◦ blue 153

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

Shades of Java #129099

Tints of Java #129099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 5.71%
G = 45.71%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#129099 (or 0x129099) is known color: Java. HEX triplet: 12, 90 and 99. RGB value is (18,144,153). Sum of RGB (Red+Green+Blue) = 18+144+153=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #129099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129099 is #ED6F66. Grayscale: #6B6B6B. Windows color (decimal): -15560551 or 10063890. OLE color: 10063890.

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

Color convert

RGB 18 144 153 -
CMYK 0.88 0.06 0 0.4
HSL 184º 0.79% 0.34% -
HSV(B) 184º 0.88% 0.6% -
XYZ 15.97 22.38 33.61 -
YUV 107.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 18 144 153 0.88 0.06 0 0.4 184 0.79 0.34
Hex 12 90 99 58 6 0 28 B8 4F 22
Octal 22 220 231 130 6 0 50 270 117 42
Binary 10010 10010000 10011001 1011000 110 0 101000 10111000 1001111 100010

Color Harmonies of #129099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129099

Black with #129099

Text Example


Text Example

White with #129099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129099; }

 p { color: rgb(18,144,153); }

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

background-color css

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

 a { background-color: rgb(18,144,153); }

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

border-color css

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

 span { border-color: rgb(18,144,153); }

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