#2C8A8D

Color #2C8A8D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2C8A8D

Tints of Java #2C8A8D

Color information

#2C8A8D (or 0x2C8A8D) is unknown color: approx Java. HEX triplet: 2C, 8A and 8D. RGB value is (44,138,141). Sum of RGB (Red+Green+Blue) = 44+138+141=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C8A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8A8D is #D37572. Grayscale: #6E6E6E. Windows color (decimal): -13858163 or 9275948. OLE color: 9275948.

HSL color Cylindrical-coordinate representation of color #2C8A8D: hue angle of 181.86º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8A8D is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB44138141-
CMYK0.690.0200.45
HSL181.86º52.43%36.27%-
HSV(B)181.86º68.79%55.29%-
XYZ14.9320.6428.4-
YUV110.24145.3680.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=13.62%
G=42.72%
B=43.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441381410.690.0200.45181.8652.4336.27
Hex2C8A8D45202Db63424
Octal5421221510520552666444
Binary1011001000101010001101100010110010110110110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C8A8D;
 }
 .AnyTagClassName
 {
   color: #2C8A8D;
 }
</style>
background-color css

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

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

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

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

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

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