#1C968B

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

Shades of Java #1C968B

Tints of Java #1C968B

Color information

#1C968B (or 0x1C968B) is unknown color: approx Java. HEX triplet: 1C, 96 and 8B. RGB value is (28,150,139). Sum of RGB (Red+Green+Blue) = 28+150+139=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #1C968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C968B is #E36974. Grayscale: #707070. Windows color (decimal): -14903669 or 9147932. OLE color: 9147932.

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

Color convert

RGB28150139-
CMYK0.8100.070.41
HSL174.59º68.54%34.9%-
HSV(B)174.59º81.33%58.82%-
XYZ16.0523.9228.2-
YUV112.27143.0867.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=8.83%
G=47.32%
B=43.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281501390.8100.070.41174.5968.5434.9
Hex1C968B510729af4523
Octal34226213121075125710543
Binary11100100101101000101110100010111101001101011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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