Html Css Color HEX #1A958C Java

📋 copy color: '#1A958C'

red 26 ◦ green 149 ◦ blue 140

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

Shades of Java #1A958C

Tints of Java #1A958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 8.25%
G = 47.3%
B = 44.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#1A958C (or 0x1A958C) is known color: Java. HEX triplet: 1A, 95 and 8C. RGB value is (26,149,140). Sum of RGB (Red+Green+Blue) = 26+149+140=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #1A958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A958C is #E56A73. Grayscale: #6F6F6F. Windows color (decimal): -15034996 or 9213210. OLE color: 9213210.

HSL color Cylindrical-coordinate representation of color #1A958C: hue angle of 175.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A958C is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 149 140 -
CMYK 0.83 0 0.06 0.42
HSL 175.61º 0.7% 0.34% -
HSV(B) 175.61º 0.83% 0.58% -
XYZ 15.91 23.61 28.53 -
YUV 111.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 26 149 140 0.83 0 0.06 0.42 175.61 0.7 0.34
Hex 1A 95 8C 53 0 6 2A B0 46 22
Octal 32 225 214 123 0 6 52 260 106 42
Binary 11010 10010101 10001100 1010011 0 110 101010 10110000 1000110 100010

Color Harmonies of #1A958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A958C

Black with #1A958C

Text Example


Text Example

White with #1A958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,149,140); }

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

background-color css

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

 a { background-color: rgb(26,149,140); }

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

border-color css

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

 span { border-color: rgb(26,149,140); }

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