Html Css Color HEX #2C999F Java

📋 copy color: '#2C999F'

red 44 ◦ green 153 ◦ blue 159

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

Shades of Java #2C999F

Tints of Java #2C999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 12.36%
G = 42.98%
B = 44.66%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C999F (or 0x2C999F) is known color: Java. HEX triplet: 2C, 99 and 9F. RGB value is (44,153,159). Sum of RGB (Red+Green+Blue) = 44+153+159=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C999F is #D36660. Grayscale: #787878. Windows color (decimal): -13854305 or 10459436. OLE color: 10459436.

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

Color convert

RGB 44 153 159 -
CMYK 0.72 0.04 0 0.38
HSL 183.13º 0.57% 0.4% -
HSV(B) 183.13º 0.72% 0.62% -
XYZ 18.69 25.82 36.8 -
YUV 121.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 44 153 159 0.72 0.04 0 0.38 183.13 0.57 0.4
Hex 2C 99 9F 48 4 0 26 B7 39 28
Octal 54 231 237 110 4 0 46 267 71 50
Binary 101100 10011001 10011111 1001000 100 0 100110 10110111 111001 101000

Color Harmonies of #2C999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C999F

Black with #2C999F

Text Example


Text Example

White with #2C999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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