Html Css Color HEX #129692 Java

📋 copy color: '#129692'

red 18 ◦ green 150 ◦ blue 146

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

Shades of Java #129692

Tints of Java #129692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 5.73%
G = 47.77%
B = 46.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#129692 (or 0x129692) is known color: Java. HEX triplet: 12, 96 and 92. RGB value is (18,150,146). Sum of RGB (Red+Green+Blue) = 18+150+146=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #129692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129692 is #ED696D. Grayscale: #6D6D6D. Windows color (decimal): -15559022 or 9606674. OLE color: 9606674.

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

Color convert

RGB 18 150 146 -
CMYK 0.88 0 0.03 0.41
HSL 178.18º 0.79% 0.33% -
HSV(B) 178.18º 0.88% 0.59% -
XYZ 16.34 24.02 30.97 -
YUV 110.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 18 150 146 0.88 0 0.03 0.41 178.18 0.79 0.33
Hex 12 96 92 58 0 3 29 B2 4F 21
Octal 22 226 222 130 0 3 51 262 117 41
Binary 10010 10010110 10010010 1011000 0 11 101001 10110010 1001111 100001

Color Harmonies of #129692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129692

Black with #129692

Text Example


Text Example

White with #129692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129692; }

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

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

background-color css

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

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

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

border-color css

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

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

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