Html Css Color HEX #129AA5 Java

📋 copy color: '#129AA5'

red 18 ◦ green 154 ◦ blue 165

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

Shades of Java #129AA5

Tints of Java #129AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.96%

R = 5.34%
G = 45.7%
B = 48.96%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#129AA5 (or 0x129AA5) is known color: Java. HEX triplet: 12, 9A and A5. RGB value is (18,154,165). Sum of RGB (Red+Green+Blue) = 18+154+165=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #129AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA5 is #ED655A. Grayscale: #727272. Windows color (decimal): -15557979 or 10852882. OLE color: 10852882.

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

Color convert

RGB 18 154 165 -
CMYK 0.89 0.07 0 0.35
HSL 184.49º 0.8% 0.36% -
HSV(B) 184.49º 0.89% 0.65% -
XYZ 18.6 25.96 39.63 -
YUV 114.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 18 154 165 0.89 0.07 0 0.35 184.49 0.8 0.36
Hex 12 9A A5 59 7 0 23 B8 50 24
Octal 22 232 245 131 7 0 43 270 120 44
Binary 10010 10011010 10100101 1011001 111 0 100011 10111000 1010000 100100

Color Harmonies of #129AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AA5

Black with #129AA5

Text Example


Text Example

White with #129AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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