Html Css Color HEX #1A9499 Java

📋 copy color: '#1A9499'

red 26 ◦ green 148 ◦ blue 153

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

Shades of Java #1A9499

Tints of Java #1A9499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 7.95%
G = 45.26%
B = 46.79%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1A9499 (or 0x1A9499) is known color: Java. HEX triplet: 1A, 94 and 99. RGB value is (26,148,153). Sum of RGB (Red+Green+Blue) = 26+148+153=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A9499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9499 is #E56B66. Grayscale: #6F6F6F. Windows color (decimal): -15035239 or 10064922. OLE color: 10064922.

HSL color Cylindrical-coordinate representation of color #1A9499: hue angle of 182.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9499 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 148 153 -
CMYK 0.83 0.03 0 0.4
HSL 182.36º 0.71% 0.35% -
HSV(B) 182.36º 0.83% 0.6% -
XYZ 16.77 23.7 33.83 -
YUV 112.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 26 148 153 0.83 0.03 0 0.4 182.36 0.71 0.35
Hex 1A 94 99 53 3 0 28 B6 47 23
Octal 32 224 231 123 3 0 50 266 107 43
Binary 11010 10010100 10011001 1010011 11 0 101000 10110110 1000111 100011

Color Harmonies of #1A9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9499

Black with #1A9499

Text Example


Text Example

White with #1A9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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