Html Css Color HEX #1C9499 Java

📋 copy color: '#1C9499'

red 28 ◦ green 148 ◦ blue 153

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

Shades of Java #1C9499

Tints of Java #1C9499

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 28 148 153 -
CMYK 0.82 0.03 0 0.4
HSL 182.4º 0.69% 0.35% -
HSV(B) 182.4º 0.82% 0.6% -
XYZ 16.82 23.73 33.83 -
YUV 112.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 28 148 153 0.82 0.03 0 0.4 182.4 0.69 0.35
Hex 1C 94 99 52 3 0 28 B6 45 23
Octal 34 224 231 122 3 0 50 266 105 43
Binary 11100 10010100 10011001 1010010 11 0 101000 10110110 1000101 100011

Color Harmonies of #1C9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9499

Black with #1C9499

Text Example


Text Example

White with #1C9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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