#1C949B

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

Shades of Java #1C949B

Tints of Java #1C949B

Color information

#1C949B (or 0x1C949B) is unknown color: approx Java. HEX triplet: 1C, 94 and 9B. RGB value is (28,148,155). Sum of RGB (Red+Green+Blue) = 28+148+155=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C949B is #E36B64. Grayscale: #707070. Windows color (decimal): -14904165 or 10195996. OLE color: 10195996.

HSL color Cylindrical-coordinate representation of color #1C949B: hue angle of 183.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C949B is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB28148155-
CMYK0.820.0500.39
HSL183.31º69.4%35.88%-
HSV(B)183.31º81.94%60.78%-
XYZ16.9923.7934.71-
YUV112.92151.7467.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.46%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=8.46%
G=44.71%
B=46.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281481550.820.0500.39183.3169.435.88
Hex1C949B525027b74524
Octal34224233122504726710544
Binary11100100101001001101110100101010100111101101111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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