Html Css Color HEX #1A9486 Java

📋 copy color: '#1A9486'

red 26 ◦ green 148 ◦ blue 134

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

Shades of Java #1A9486

Tints of Java #1A9486

RGB

 RED value IS 26 (10.55% from 255) = 8.44%

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 8.44%
G = 48.05%
B = 43.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#1A9486 (or 0x1A9486) is known color: Java. HEX triplet: 1A, 94 and 86. RGB value is (26,148,134). Sum of RGB (Red+Green+Blue) = 26+148+134=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9486 is #E56B79. Grayscale: #6D6D6D. Windows color (decimal): -15035258 or 8819738. OLE color: 8819738.

HSL color Cylindrical-coordinate representation of color #1A9486: hue angle of 173.11º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9486 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 148 134 -
CMYK 0.82 0 0.09 0.42
HSL 173.11º 0.7% 0.34% -
HSV(B) 173.11º 0.82% 0.58% -
XYZ 15.32 23.12 26.21 -
YUV 109.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 26 148 134 0.82 0 0.09 0.42 173.11 0.7 0.34
Hex 1A 94 86 52 0 9 2A AD 46 22
Octal 32 224 206 122 0 11 52 255 106 42
Binary 11010 10010100 10000110 1010010 0 1001 101010 10101101 1000110 100010

Color Harmonies of #1A9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9486

Black with #1A9486

Text Example


Text Example

White with #1A9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A9486; }

 p { color: rgb(26,148,134); }

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

background-color css

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

 a { background-color: rgb(26,148,134); }

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

border-color css

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

 span { border-color: rgb(26,148,134); }

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