Html Css Color HEX #1C8C89 Java

📋 copy color: '#1C8C89'

red 28 ◦ green 140 ◦ blue 137

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

Shades of Java #1C8C89

Tints of Java #1C8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.9%

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

R = 9.18%
G = 45.9%
B = 44.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#1C8C89 (or 0x1C8C89) is known color: Java. HEX triplet: 1C, 8C and 89. RGB value is (28,140,137). Sum of RGB (Red+Green+Blue) = 28+140+137=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8C89 is #E37376. Grayscale: #6A6A6A. Windows color (decimal): -14906231 or 9014300. OLE color: 9014300.

HSL color Cylindrical-coordinate representation of color #1C8C89: hue angle of 178.39º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C89 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 140 137 -
CMYK 0.80 0 0.02 0.45
HSL 178.39º 0.67% 0.33% -
HSV(B) 178.39º 0.8% 0.55% -
XYZ 14.37 20.81 26.93 -
YUV 106.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 28 140 137 0.80 0 0.02 0.45 178.39 0.67 0.33
Hex 1C 8C 89 50 0 2 2D B2 43 21
Octal 34 214 211 120 0 2 55 262 103 41
Binary 11100 10001100 10001001 1010000 0 10 101101 10110010 1000011 100001

Color Harmonies of #1C8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8C89

Black with #1C8C89

Text Example


Text Example

White with #1C8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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