Html Css Color HEX #1C9996 Java

📋 copy color: '#1C9996'

red 28 ◦ green 153 ◦ blue 150

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

Shades of Java #1C9996

Tints of Java #1C9996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 8.46%
G = 46.22%
B = 45.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#1C9996 (or 0x1C9996) is known color: Java. HEX triplet: 1C, 99 and 96. RGB value is (28,153,150). Sum of RGB (Red+Green+Blue) = 28+153+150=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9996 is #E36669. Grayscale: #737373. Windows color (decimal): -14902890 or 9869596. OLE color: 9869596.

HSL color Cylindrical-coordinate representation of color #1C9996: hue angle of 178.56º 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 #1C9996 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 153 150 -
CMYK 0.82 0 0.02 0.4
HSL 178.56º 0.69% 0.35% -
HSV(B) 178.56º 0.82% 0.6% -
XYZ 17.38 25.23 32.81 -
YUV 115.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 28 153 150 0.82 0 0.02 0.4 178.56 0.69 0.35
Hex 1C 99 96 52 0 2 28 B3 45 23
Octal 34 231 226 122 0 2 50 263 105 43
Binary 11100 10011001 10010110 1010010 0 10 101000 10110011 1000101 100011

Color Harmonies of #1C9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9996

Black with #1C9996

Text Example


Text Example

White with #1C9996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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