Html Css Color HEX #129097 Java

📋 copy color: '#129097'

red 18 ◦ green 144 ◦ blue 151

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

Shades of Java #129097

Tints of Java #129097

RGB

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

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

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

R = 5.75%
G = 46.01%
B = 48.24%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129097 (or 0x129097) is known color: Java. HEX triplet: 12, 90 and 97. RGB value is (18,144,151). Sum of RGB (Red+Green+Blue) = 18+144+151=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #129097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129097 is #ED6F68. Grayscale: #6A6A6A. Windows color (decimal): -15560553 or 9932818. OLE color: 9932818.

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

Color convert

RGB 18 144 151 -
CMYK 0.88 0.05 0 0.41
HSL 183.16º 0.79% 0.33% -
HSV(B) 183.16º 0.88% 0.59% -
XYZ 15.81 22.31 32.75 -
YUV 107.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 18 144 151 0.88 0.05 0 0.41 183.16 0.79 0.33
Hex 12 90 97 58 5 0 29 B7 4F 21
Octal 22 220 227 130 5 0 51 267 117 41
Binary 10010 10010000 10010111 1011000 101 0 101001 10110111 1001111 100001

Color Harmonies of #129097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129097

Black with #129097

Text Example


Text Example

White with #129097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129097; }

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

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

background-color css

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

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

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

border-color css

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

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

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