Html Css Color HEX #1A9997 Java

📋 copy color: '#1A9997'

red 26 ◦ green 153 ◦ blue 151

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

Shades of Java #1A9997

Tints of Java #1A9997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 7.88%
G = 46.36%
B = 45.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#1A9997 (or 0x1A9997) is known color: Java. HEX triplet: 1A, 99 and 97. RGB value is (26,153,151). Sum of RGB (Red+Green+Blue) = 26+153+151=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9997 is #E56668. Grayscale: #727272. Windows color (decimal): -15033961 or 9935130. OLE color: 9935130.

HSL color Cylindrical-coordinate representation of color #1A9997: hue angle of 179.06º 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 #1A9997 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 151 -
CMYK 0.83 0 0.01 0.4
HSL 179.06º 0.71% 0.35% -
HSV(B) 179.06º 0.83% 0.6% -
XYZ 17.4 25.24 33.23 -
YUV 114.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 26 153 151 0.83 0 0.01 0.4 179.06 0.71 0.35
Hex 1A 99 97 53 0 1 28 B3 47 23
Octal 32 231 227 123 0 1 50 263 107 43
Binary 11010 10011001 10010111 1010011 0 1 101000 10110011 1000111 100011

Color Harmonies of #1A9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9997

Black with #1A9997

Text Example


Text Example

White with #1A9997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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