Html Css Color HEX #1C938C Java

📋 copy color: '#1C938C'

red 28 ◦ green 147 ◦ blue 140

#1C938C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1C938C

Tints of Java #1C938C

RGB

 RED value IS 28 (11.33% from 255) = 8.89%

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 8.89%
G = 46.67%
B = 44.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#1C938C (or 0x1C938C) is known color: Java. HEX triplet: 1C, 93 and 8C. RGB value is (28,147,140). Sum of RGB (Red+Green+Blue) = 28+147+140=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #1C938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C938C is #E36C73. Grayscale: #6E6E6E. Windows color (decimal): -14904436 or 9212700. OLE color: 9212700.

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

Color convert

RGB 28 147 140 -
CMYK 0.81 0 0.05 0.42
HSL 176.47º 0.68% 0.34% -
HSV(B) 176.47º 0.81% 0.58% -
XYZ 15.65 23.01 28.43 -
YUV 110.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 28 147 140 0.81 0 0.05 0.42 176.47 0.68 0.34
Hex 1C 93 8C 51 0 5 2A B0 44 22
Octal 34 223 214 121 0 5 52 260 104 42
Binary 11100 10010011 10001100 1010001 0 101 101010 10110000 1000100 100010

Color Harmonies of #1C938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C938C

Black with #1C938C

Text Example


Text Example

White with #1C938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,147,140); }

 H1.HeaderClassName
 {
   color: #1C938C;
 }
 .AnyTagClassName
 {
   color: #1C938C;
 }
</style>

background-color css

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

 a { background-color: rgb(28,147,140); }

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

border-color css

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

 span { border-color: rgb(28,147,140); }

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