Html Css Color HEX #2C9991 Java

📋 copy color: '#2C9991'

red 44 ◦ green 153 ◦ blue 145

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

Shades of Java #2C9991

Tints of Java #2C9991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 12.87%
G = 44.74%
B = 42.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#2C9991 (or 0x2C9991) is known color: Java. HEX triplet: 2C, 99 and 91. RGB value is (44,153,145). Sum of RGB (Red+Green+Blue) = 44+153+145=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #2C9991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9991 is #D3666E. Grayscale: #777777. Windows color (decimal): -13854319 or 9541932. OLE color: 9541932.

HSL color Cylindrical-coordinate representation of color #2C9991: hue angle of 175.6º 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 #2C9991 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 44 153 145 -
CMYK 0.71 0 0.05 0.4
HSL 175.6º 0.55% 0.39% -
HSV(B) 175.6º 0.71% 0.6% -
XYZ 17.54 25.36 30.76 -
YUV 119.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 44 153 145 0.71 0 0.05 0.4 175.6 0.55 0.39
Hex 2C 99 91 47 0 5 28 B0 37 27
Octal 54 231 221 107 0 5 50 260 67 47
Binary 101100 10011001 10010001 1000111 0 101 101000 10110000 110111 100111

Color Harmonies of #2C9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9991

Black with #2C9991

Text Example


Text Example

White with #2C9991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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