Html Css Color HEX #1C898D Java

📋 copy color: '#1C898D'

red 28 ◦ green 137 ◦ blue 141

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

Shades of Java #1C898D

Tints of Java #1C898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 9.15%
G = 44.77%
B = 46.08%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C898D (or 0x1C898D) is known color: Java. HEX triplet: 1C, 89 and 8D. RGB value is (28,137,141). Sum of RGB (Red+Green+Blue) = 28+137+141=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C898D is #E37672. Grayscale: #686868. Windows color (decimal): -14906995 or 9275676. OLE color: 9275676.

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

Color convert

RGB 28 137 141 -
CMYK 0.80 0.03 0 0.45
HSL 182.12º 0.67% 0.33% -
HSV(B) 182.12º 0.8% 0.55% -
XYZ 14.23 20.06 28.32 -
YUV 104.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 28 137 141 0.80 0.03 0 0.45 182.12 0.67 0.33
Hex 1C 89 8D 50 3 0 2D B6 43 21
Octal 34 211 215 120 3 0 55 266 103 41
Binary 11100 10001001 10001101 1010000 11 0 101101 10110110 1000011 100001

Color Harmonies of #1C898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C898D

Black with #1C898D

Text Example


Text Example

White with #1C898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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