#1C968A

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

Shades of Java #1C968A

Tints of Java #1C968A

Color information

#1C968A (or 0x1C968A) is unknown color: approx Java. HEX triplet: 1C, 96 and 8A. RGB value is (28,150,138). Sum of RGB (Red+Green+Blue) = 28+150+138=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #1C968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C968A is #E36975. Grayscale: #707070. Windows color (decimal): -14903670 or 9082396. OLE color: 9082396.

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

Color convert

RGB28150138-
CMYK0.8100.080.41
HSL174.1º68.54%34.9%-
HSV(B)174.1º81.33%58.82%-
XYZ15.9723.8927.82-
YUV112.15142.5867.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.86%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=8.86%
G=47.47%
B=43.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281501380.8100.080.41174.168.5434.9
Hex1C968A510829ae4523
Octal342262121210105125610543
Binary111001001011010001010101000101000101001101011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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