Html Css Color HEX #1C9489 Java

📋 copy color: '#1C9489'

red 28 ◦ green 148 ◦ blue 137

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

Shades of Java #1C9489

Tints of Java #1C9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 137 (53.91% from 255) = 43.77%

R = 8.95%
G = 47.28%
B = 43.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1C9489 (or 0x1C9489) is known color: Java. HEX triplet: 1C, 94 and 89. RGB value is (28,148,137). Sum of RGB (Red+Green+Blue) = 28+148+137=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9489 is #E36B76. Grayscale: #6E6E6E. Windows color (decimal): -14904183 or 9016348. OLE color: 9016348.

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

Color convert

RGB 28 148 137 -
CMYK 0.81 0 0.07 0.42
HSL 174.5º 0.68% 0.35% -
HSV(B) 174.5º 0.81% 0.58% -
XYZ 15.58 23.23 27.33 -
YUV 110.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 28 148 137 0.81 0 0.07 0.42 174.5 0.68 0.35
Hex 1C 94 89 51 0 7 2A AE 44 23
Octal 34 224 211 121 0 7 52 256 104 43
Binary 11100 10010100 10001001 1010001 0 111 101010 10101110 1000100 100011

Color Harmonies of #1C9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9489

Black with #1C9489

Text Example


Text Example

White with #1C9489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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