#278D85

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

Shades of Java #278D85

Tints of Java #278D85

Color information

#278D85 (or 0x278D85) is unknown color: approx Java. HEX triplet: 27, 8D and 85. RGB value is (39,141,133). Sum of RGB (Red+Green+Blue) = 39+141+133=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #278D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D85 is #D8727A. Grayscale: #6D6D6D. Windows color (decimal): -14185083 or 8752423. OLE color: 8752423.

HSL color Cylindrical-coordinate representation of color #278D85: hue angle of 175.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278D85 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB39141133-
CMYK0.7200.060.45
HSL175.29º56.67%35.29%-
HSV(B)175.29º72.34%55.29%-
XYZ14.621.1725.51-
YUV109.59141.2177.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=12.46%
G=45.05%
B=42.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411330.7200.060.45175.2956.6735.29
Hex278D8548062Daf3923
Octal4721520511006552577143
Binary10011110001101100001011001000011010110110101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278D85; }

 p { color: rgb(39,141,133); }

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

<style>
 a { background-color: #278D85; }

 a { background-color: rgb(39,141,133); }

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

<style>
 span { border-color: #278D85; }

 span { border-color: rgb(39,141,133); }

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