Html Css Color HEX #1C899A Java

📋 copy color: '#1C899A'

red 28 ◦ green 137 ◦ blue 154

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

Shades of Java #1C899A

Tints of Java #1C899A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.28%

R = 8.78%
G = 42.95%
B = 48.28%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C899A (or 0x1C899A) is known color: Java. HEX triplet: 1C, 89 and 9A. RGB value is (28,137,154). Sum of RGB (Red+Green+Blue) = 28+137+154=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C899A is #E37665. Grayscale: #6A6A6A. Windows color (decimal): -14906982 or 10127644. OLE color: 10127644.

HSL color Cylindrical-coordinate representation of color #1C899A: hue angle of 188.1º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C899A is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 137 154 -
CMYK 0.82 0.11 0 0.40
HSL 188.1º 0.69% 0.36% -
HSV(B) 188.1º 0.82% 0.6% -
XYZ 15.26 20.47 33.72 -
YUV 106.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 28 137 154 0.82 0.11 0 0.40 188.1 0.69 0.36
Hex 1C 89 9A 52 B 0 28 BC 45 24
Octal 34 211 232 122 13 0 50 274 105 44
Binary 11100 10001001 10011010 1010010 1011 0 101000 10111100 1000101 100100

Color Harmonies of #1C899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C899A

Black with #1C899A

Text Example


Text Example

White with #1C899A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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