Html Css Color HEX #129AA4 Java

📋 copy color: '#129AA4'

red 18 ◦ green 154 ◦ blue 164

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

Shades of Java #129AA4

Tints of Java #129AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

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

R = 5.36%
G = 45.83%
B = 48.81%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#129AA4 (or 0x129AA4) is known color: Java. HEX triplet: 12, 9A and A4. RGB value is (18,154,164). Sum of RGB (Red+Green+Blue) = 18+154+164=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #129AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA4 is #ED655B. Grayscale: #727272. Windows color (decimal): -15557980 or 10787346. OLE color: 10787346.

HSL color Cylindrical-coordinate representation of color #129AA4: hue angle of 184.11º 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 #129AA4 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 154 164 -
CMYK 0.89 0.06 0 0.36
HSL 184.11º 0.8% 0.36% -
HSV(B) 184.11º 0.89% 0.64% -
XYZ 18.51 25.92 39.15 -
YUV 114.48 155.94 59.19 -
System Red Green Blue C M Y K H S L
Decimal 18 154 164 0.89 0.06 0 0.36 184.11 0.8 0.36
Hex 12 9A A4 59 6 0 24 B8 50 24
Octal 22 232 244 131 6 0 44 270 120 44
Binary 10010 10011010 10100100 1011001 110 0 100100 10111000 1010000 100100

Color Harmonies of #129AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AA4

Black with #129AA4

Text Example


Text Example

White with #129AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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