Html Css Color HEX #2C998B Java

📋 copy color: '#2C998B'

red 44 ◦ green 153 ◦ blue 139

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

Shades of Java #2C998B

Tints of Java #2C998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 13.1%
G = 45.54%
B = 41.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#2C998B (or 0x2C998B) is known color: Java. HEX triplet: 2C, 99 and 8B. RGB value is (44,153,139). Sum of RGB (Red+Green+Blue) = 44+153+139=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #2C998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C998B is #D36674. Grayscale: #767676. Windows color (decimal): -13854325 or 9148716. OLE color: 9148716.

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

Color convert

RGB 44 153 139 -
CMYK 0.71 0 0.09 0.4
HSL 172.29º 0.55% 0.39% -
HSV(B) 172.29º 0.71% 0.6% -
XYZ 17.09 25.18 28.39 -
YUV 118.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 44 153 139 0.71 0 0.09 0.4 172.29 0.55 0.39
Hex 2C 99 8B 47 0 9 28 AC 37 27
Octal 54 231 213 107 0 11 50 254 67 47
Binary 101100 10011001 10001011 1000111 0 1001 101000 10101100 110111 100111

Color Harmonies of #2C998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C998B

Black with #2C998B

Text Example


Text Example

White with #2C998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,153,139); }

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

background-color css

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

 a { background-color: rgb(44,153,139); }

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

border-color css

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

 span { border-color: rgb(44,153,139); }

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