Html Css Color HEX #129890 Java

📋 copy color: '#129890'

red 18 ◦ green 152 ◦ blue 144

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

Shades of Java #129890

Tints of Java #129890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 5.73%
G = 48.41%
B = 45.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#129890 (or 0x129890) is known color: Java. HEX triplet: 12, 98 and 90. RGB value is (18,152,144). Sum of RGB (Red+Green+Blue) = 18+152+144=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #129890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129890 is #ED676F. Grayscale: #6E6E6E. Windows color (decimal): -15558512 or 9476114. OLE color: 9476114.

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

Color convert

RGB 18 152 144 -
CMYK 0.88 0 0.05 0.40
HSL 176.42º 0.79% 0.33% -
HSV(B) 176.42º 0.88% 0.6% -
XYZ 16.51 24.6 30.26 -
YUV 111.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 18 152 144 0.88 0 0.05 0.40 176.42 0.79 0.33
Hex 12 98 90 58 0 5 28 B0 4F 21
Octal 22 230 220 130 0 5 50 260 117 41
Binary 10010 10011000 10010000 1011000 0 101 101000 10110000 1001111 100001

Color Harmonies of #129890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129890

Black with #129890

Text Example


Text Example

White with #129890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129890; }

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

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

background-color css

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

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

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

border-color css

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

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

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