Html Css Color HEX #1C898B Java

📋 copy color: '#1C898B'

red 28 ◦ green 137 ◦ blue 139

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

Shades of Java #1C898B

Tints of Java #1C898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 9.21%
G = 45.07%
B = 45.72%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C898B (or 0x1C898B) is known color: Java. HEX triplet: 1C, 89 and 8B. RGB value is (28,137,139). Sum of RGB (Red+Green+Blue) = 28+137+139=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C898B is #E37674. Grayscale: #686868. Windows color (decimal): -14906997 or 9144604. OLE color: 9144604.

HSL color Cylindrical-coordinate representation of color #1C898B: hue angle of 181.08º degrees, saturation: 0.66, 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 #1C898B is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 137 139 -
CMYK 0.80 0.01 0 0.45
HSL 181.08º 0.66% 0.33% -
HSV(B) 181.08º 0.8% 0.55% -
XYZ 14.08 20 27.54 -
YUV 104.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 28 137 139 0.80 0.01 0 0.45 181.08 0.66 0.33
Hex 1C 89 8B 50 1 0 2D B5 42 21
Octal 34 211 213 120 1 0 55 265 102 41
Binary 11100 10001001 10001011 1010000 1 0 101101 10110101 1000010 100001

Color Harmonies of #1C898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C898B

Black with #1C898B

Text Example


Text Example

White with #1C898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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