#1C968D

Color #1C968D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1C968D

Tints of Java #1C968D

Color information

#1C968D (or 0x1C968D) is unknown color: approx Java. HEX triplet: 1C, 96 and 8D. RGB value is (28,150,141). Sum of RGB (Red+Green+Blue) = 28+150+141=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #1C968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C968D is #E36972. Grayscale: #707070. Windows color (decimal): -14903667 or 9279004. OLE color: 9279004.

HSL color Cylindrical-coordinate representation of color #1C968D: hue angle of 175.57º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C968D is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB28150141-
CMYK0.8100.060.41
HSL175.57º68.54%34.9%-
HSV(B)175.57º81.33%58.82%-
XYZ16.1923.9828.97-
YUV112.5144.0867.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=8.78%
G=47.02%
B=44.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281501410.8100.060.41175.5768.5434.9
Hex1C968D510629b04523
Octal34226215121065126010543
Binary11100100101101000110110100010110101001101100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,150,141); }

 H1.HeaderClassName
 {
   color: #1C968D;
 }
 .AnyTagClassName
 {
   color: #1C968D;
 }
</style>
background-color css

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

 a { background-color: rgb(28,150,141); }

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

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

 span { border-color: rgb(28,150,141); }

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