Html Css Color HEX #2C988D Java

📋 copy color: '#2C988D'

red 44 ◦ green 152 ◦ blue 141

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

Shades of Java #2C988D

Tints of Java #2C988D

RGB

 RED value IS 44 (17.58% from 255) = 13.06%

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

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

R = 13.06%
G = 45.1%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#2C988D (or 0x2C988D) is known color: Java. HEX triplet: 2C, 98 and 8D. RGB value is (44,152,141). Sum of RGB (Red+Green+Blue) = 44+152+141=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #2C988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C988D is #D36772. Grayscale: #767676. Windows color (decimal): -13854579 or 9279532. OLE color: 9279532.

HSL color Cylindrical-coordinate representation of color #2C988D: hue angle of 173.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C988D is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 44 152 141 -
CMYK 0.71 0 0.07 0.40
HSL 173.89º 0.55% 0.38% -
HSV(B) 173.89º 0.71% 0.6% -
XYZ 17.07 24.92 29.11 -
YUV 118.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 44 152 141 0.71 0 0.07 0.40 173.89 0.55 0.38
Hex 2C 98 8D 47 0 7 28 AE 37 26
Octal 54 230 215 107 0 7 50 256 67 46
Binary 101100 10011000 10001101 1000111 0 111 101000 10101110 110111 100110

Color Harmonies of #2C988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C988D

Black with #2C988D

Text Example


Text Example

White with #2C988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C988D; }

 p { color: rgb(44,152,141); }

 H1.HeaderClassName
 {
   color: #2C988D;
 }
 .AnyTagClassName
 {
   color: #2C988D;
 }
</style>

background-color css

<style>
 a { background-color: #2C988D; }

 a { background-color: rgb(44,152,141); }

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

border-color css

<style>
 span { border-color: #2C988D; }

 span { border-color: rgb(44,152,141); }

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