Html Css Color HEX #1C988E Java

📋 copy color: '#1C988E'

red 28 ◦ green 152 ◦ blue 142

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

Shades of Java #1C988E

Tints of Java #1C988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 8.7%
G = 47.2%
B = 44.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#1C988E (or 0x1C988E) is known color: Java. HEX triplet: 1C, 98 and 8E. RGB value is (28,152,142). Sum of RGB (Red+Green+Blue) = 28+152+142=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #1C988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C988E is #E36771. Grayscale: #717171. Windows color (decimal): -14903154 or 9345052. OLE color: 9345052.

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

Color convert

RGB 28 152 142 -
CMYK 0.82 0 0.07 0.40
HSL 175.16º 0.69% 0.35% -
HSV(B) 175.16º 0.82% 0.6% -
XYZ 16.59 24.66 29.48 -
YUV 113.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 28 152 142 0.82 0 0.07 0.40 175.16 0.69 0.35
Hex 1C 98 8E 52 0 7 28 AF 45 23
Octal 34 230 216 122 0 7 50 257 105 43
Binary 11100 10011000 10001110 1010010 0 111 101000 10101111 1000101 100011

Color Harmonies of #1C988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C988E

Black with #1C988E

Text Example


Text Example

White with #1C988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,152,142); }

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

background-color css

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

 a { background-color: rgb(28,152,142); }

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

border-color css

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

 span { border-color: rgb(28,152,142); }

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