Html Css Color HEX #1A998D Java

📋 copy color: '#1A998D'

red 26 ◦ green 153 ◦ blue 141

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

Shades of Java #1A998D

Tints of Java #1A998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 8.13%
G = 47.81%
B = 44.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#1A998D (or 0x1A998D) is known color: Java. HEX triplet: 1A, 99 and 8D. RGB value is (26,153,141). Sum of RGB (Red+Green+Blue) = 26+153+141=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #1A998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A998D is #E56672. Grayscale: #717171. Windows color (decimal): -15033971 or 9279770. OLE color: 9279770.

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

Color convert

RGB 26 153 141 -
CMYK 0.83 0 0.08 0.4
HSL 174.33º 0.71% 0.35% -
HSV(B) 174.33º 0.83% 0.6% -
XYZ 16.62 24.93 29.13 -
YUV 113.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 26 153 141 0.83 0 0.08 0.4 174.33 0.71 0.35
Hex 1A 99 8D 53 0 8 28 AE 47 23
Octal 32 231 215 123 0 10 50 256 107 43
Binary 11010 10011001 10001101 1010011 0 1000 101000 10101110 1000111 100011

Color Harmonies of #1A998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A998D

Black with #1A998D

Text Example


Text Example

White with #1A998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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