Html Css Color HEX #1C9994 Java

📋 copy color: '#1C9994'

red 28 ◦ green 153 ◦ blue 148

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

Shades of Java #1C9994

Tints of Java #1C9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 8.51%
G = 46.5%
B = 44.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#1C9994 (or 0x1C9994) is known color: Java. HEX triplet: 1C, 99 and 94. RGB value is (28,153,148). Sum of RGB (Red+Green+Blue) = 28+153+148=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9994 is #E3666B. Grayscale: #727272. Windows color (decimal): -14902892 or 9738524. OLE color: 9738524.

HSL color Cylindrical-coordinate representation of color #1C9994: hue angle of 177.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9994 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 153 148 -
CMYK 0.82 0 0.03 0.4
HSL 177.6º 0.69% 0.35% -
HSV(B) 177.6º 0.82% 0.6% -
XYZ 17.22 25.17 31.97 -
YUV 115.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 28 153 148 0.82 0 0.03 0.4 177.6 0.69 0.35
Hex 1C 99 94 52 0 3 28 B2 45 23
Octal 34 231 224 122 0 3 50 262 105 43
Binary 11100 10011001 10010100 1010010 0 11 101000 10110010 1000101 100011

Color Harmonies of #1C9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9994

Black with #1C9994

Text Example


Text Example

White with #1C9994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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