Html Css Color HEX #129297 Java

📋 copy color: '#129297'

red 18 ◦ green 146 ◦ blue 151

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

Shades of Java #129297

Tints of Java #129297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 5.71%
G = 46.35%
B = 47.94%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129297 (or 0x129297) is known color: Java. HEX triplet: 12, 92 and 97. RGB value is (18,146,151). Sum of RGB (Red+Green+Blue) = 18+146+151=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #129297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129297 is #ED6D68. Grayscale: #6C6C6C. Windows color (decimal): -15560041 or 9933330. OLE color: 9933330.

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

Color convert

RGB 18 146 151 -
CMYK 0.88 0.03 0 0.41
HSL 182.26º 0.79% 0.33% -
HSV(B) 182.26º 0.88% 0.59% -
XYZ 16.11 22.92 32.85 -
YUV 108.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 18 146 151 0.88 0.03 0 0.41 182.26 0.79 0.33
Hex 12 92 97 58 3 0 29 B6 4F 21
Octal 22 222 227 130 3 0 51 266 117 41
Binary 10010 10010010 10010111 1011000 11 0 101001 10110110 1001111 100001

Color Harmonies of #129297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129297

Black with #129297

Text Example


Text Example

White with #129297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129297; }

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

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

background-color css

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

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

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

border-color css

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

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

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