Html Css Color HEX #1A999D Java

📋 copy color: '#1A999D'

red 26 ◦ green 153 ◦ blue 157

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

Shades of Java #1A999D

Tints of Java #1A999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 7.74%
G = 45.54%
B = 46.73%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A999D (or 0x1A999D) is known color: Java. HEX triplet: 1A, 99 and 9D. RGB value is (26,153,157). Sum of RGB (Red+Green+Blue) = 26+153+157=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A999D is #E56662. Grayscale: #737373. Windows color (decimal): -15033955 or 10328346. OLE color: 10328346.

HSL color Cylindrical-coordinate representation of color #1A999D: hue angle of 181.83º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A999D is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 153 157 -
CMYK 0.83 0.03 0 0.38
HSL 181.83º 0.72% 0.36% -
HSV(B) 181.83º 0.83% 0.62% -
XYZ 17.9 25.44 35.86 -
YUV 115.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 26 153 157 0.83 0.03 0 0.38 181.83 0.72 0.36
Hex 1A 99 9D 53 3 0 26 B6 48 24
Octal 32 231 235 123 3 0 46 266 110 44
Binary 11010 10011001 10011101 1010011 11 0 100110 10110110 1001000 100100

Color Harmonies of #1A999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A999D

Black with #1A999D

Text Example


Text Example

White with #1A999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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