Html Css Color HEX #1C9890 Java

📋 copy color: '#1C9890'

red 28 ◦ green 152 ◦ blue 144

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

Shades of Java #1C9890

Tints of Java #1C9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.91%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 8.64%
G = 46.91%
B = 44.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#1C9890 (or 0x1C9890) is known color: Java. HEX triplet: 1C, 98 and 90. RGB value is (28,152,144). Sum of RGB (Red+Green+Blue) = 28+152+144=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9890 is #E3676F. Grayscale: #717171. Windows color (decimal): -14903152 or 9476124. OLE color: 9476124.

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

Color convert

RGB 28 152 144 -
CMYK 0.82 0 0.05 0.40
HSL 176.13º 0.69% 0.35% -
HSV(B) 176.13º 0.82% 0.6% -
XYZ 16.74 24.72 30.27 -
YUV 114.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 28 152 144 0.82 0 0.05 0.40 176.13 0.69 0.35
Hex 1C 98 90 52 0 5 28 B0 45 23
Octal 34 230 220 122 0 5 50 260 105 43
Binary 11100 10011000 10010000 1010010 0 101 101000 10110000 1000101 100011

Color Harmonies of #1C9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9890

Black with #1C9890

Text Example


Text Example

White with #1C9890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,152,144); }

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

background-color css

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

 a { background-color: rgb(28,152,144); }

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

border-color css

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

 span { border-color: rgb(28,152,144); }

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