#1C948A

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

Shades of Java #1C948A

Tints of Java #1C948A

Color information

#1C948A (or 0x1C948A) is unknown color: approx Java. HEX triplet: 1C, 94 and 8A. RGB value is (28,148,138). Sum of RGB (Red+Green+Blue) = 28+148+138=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #1C948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C948A is #E36B75. Grayscale: #6E6E6E. Windows color (decimal): -14904182 or 9081884. OLE color: 9081884.

HSL color Cylindrical-coordinate representation of color #1C948A: hue angle of 175º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C948A is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB28148138-
CMYK0.8100.070.42
HSL175º68.18%34.51%-
HSV(B)175º81.08%58.04%-
XYZ15.6623.2627.71-
YUV110.98143.2468.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.92%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=8.92%
G=47.13%
B=43.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281481380.8100.070.4217568.1834.51
Hex1C948A51072Aaf4423
Octal34224212121075225710443
Binary11100100101001000101010100010111101010101011111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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