Html Css Color HEX #1A9B97 Java

📋 copy color: '#1A9B97'

red 26 ◦ green 155 ◦ blue 151

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

Shades of Java #1A9B97

Tints of Java #1A9B97

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

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

R = 7.83%
G = 46.69%
B = 45.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#1A9B97 (or 0x1A9B97) is known color: Java. HEX triplet: 1A, 9B and 97. RGB value is (26,155,151). Sum of RGB (Red+Green+Blue) = 26+155+151=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #1A9B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9B97 is #E56468. Grayscale: #737373. Windows color (decimal): -15033449 or 9935642. OLE color: 9935642.

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

Color convert

RGB 26 155 151 -
CMYK 0.83 0 0.03 0.39
HSL 178.14º 0.71% 0.35% -
HSV(B) 178.14º 0.83% 0.61% -
XYZ 17.73 25.9 33.34 -
YUV 115.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 26 155 151 0.83 0 0.03 0.39 178.14 0.71 0.35
Hex 1A 9B 97 53 0 3 27 B2 47 23
Octal 32 233 227 123 0 3 47 262 107 43
Binary 11010 10011011 10010111 1010011 0 11 100111 10110010 1000111 100011

Color Harmonies of #1A9B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9B97

Black with #1A9B97

Text Example


Text Example

White with #1A9B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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