Html Css Color HEX #1C988B Java

📋 copy color: '#1C988B'

red 28 ◦ green 152 ◦ blue 139

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

Shades of Java #1C988B

Tints of Java #1C988B

RGB

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

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

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

R = 8.78%
G = 47.65%
B = 43.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#1C988B (or 0x1C988B) is known color: Java. HEX triplet: 1C, 98 and 8B. RGB value is (28,152,139). Sum of RGB (Red+Green+Blue) = 28+152+139=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #1C988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C988B is #E36774. Grayscale: #717171. Windows color (decimal): -14903157 or 9148444. OLE color: 9148444.

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

Color convert

RGB 28 152 139 -
CMYK 0.82 0 0.09 0.40
HSL 173.71º 0.69% 0.35% -
HSV(B) 173.71º 0.82% 0.6% -
XYZ 16.37 24.57 28.31 -
YUV 113.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 28 152 139 0.82 0 0.09 0.40 173.71 0.69 0.35
Hex 1C 98 8B 52 0 9 28 AE 45 23
Octal 34 230 213 122 0 11 50 256 105 43
Binary 11100 10011000 10001011 1010010 0 1001 101000 10101110 1000101 100011

Color Harmonies of #1C988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C988B

Black with #1C988B

Text Example


Text Example

White with #1C988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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