Html Css Color HEX #129FA4 Java

📋 copy color: '#129FA4'

red 18 ◦ green 159 ◦ blue 164

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

Shades of Java #129FA4

Tints of Java #129FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 5.28%
G = 46.63%
B = 48.09%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#129FA4 (or 0x129FA4) is known color: Java. HEX triplet: 12, 9F and A4. RGB value is (18,159,164). Sum of RGB (Red+Green+Blue) = 18+159+164=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #129FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FA4 is #ED605B. Grayscale: #757575. Windows color (decimal): -15556700 or 10788626. OLE color: 10788626.

HSL color Cylindrical-coordinate representation of color #129FA4: hue angle of 182.05º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129FA4 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 159 164 -
CMYK 0.89 0.03 0 0.36
HSL 182.05º 0.8% 0.36% -
HSV(B) 182.05º 0.89% 0.64% -
XYZ 19.35 27.61 39.43 -
YUV 117.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 18 159 164 0.89 0.03 0 0.36 182.05 0.8 0.36
Hex 12 9F A4 59 3 0 24 B6 50 24
Octal 22 237 244 131 3 0 44 266 120 44
Binary 10010 10011111 10100100 1011001 11 0 100100 10110110 1010000 100100

Color Harmonies of #129FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FA4

Black with #129FA4

Text Example


Text Example

White with #129FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129FA4; }

 p { color: rgb(18,159,164); }

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

background-color css

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

 a { background-color: rgb(18,159,164); }

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

border-color css

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

 span { border-color: rgb(18,159,164); }

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