Html Css Color HEX #2C9D96 Java

📋 copy color: '#2C9D96'

red 44 ◦ green 157 ◦ blue 150

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

Shades of Java #2C9D96

Tints of Java #2C9D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 12.54%
G = 44.73%
B = 42.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#2C9D96 (or 0x2C9D96) is known color: Java. HEX triplet: 2C, 9D and 96. RGB value is (44,157,150). Sum of RGB (Red+Green+Blue) = 44+157+150=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9D96 is #D36269. Grayscale: #7A7A7A. Windows color (decimal): -13853290 or 9870636. OLE color: 9870636.

HSL color Cylindrical-coordinate representation of color #2C9D96: hue angle of 176.28º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D96 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 157 150 -
CMYK 0.72 0 0.04 0.38
HSL 176.28º 0.56% 0.39% -
HSV(B) 176.28º 0.72% 0.62% -
XYZ 18.6 26.85 33.06 -
YUV 122.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 44 157 150 0.72 0 0.04 0.38 176.28 0.56 0.39
Hex 2C 9D 96 48 0 4 26 B0 38 27
Octal 54 235 226 110 0 4 46 260 70 47
Binary 101100 10011101 10010110 1001000 0 100 100110 10110000 111000 100111

Color Harmonies of #2C9D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9D96

Black with #2C9D96

Text Example


Text Example

White with #2C9D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,157,150); }

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

background-color css

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

 a { background-color: rgb(44,157,150); }

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

border-color css

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

 span { border-color: rgb(44,157,150); }

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