#278D8A

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

Shades of Java #278D8A

Tints of Java #278D8A

Color information

#278D8A (or 0x278D8A) is unknown color: approx Java. HEX triplet: 27, 8D and 8A. RGB value is (39,141,138). Sum of RGB (Red+Green+Blue) = 39+141+138=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #278D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D8A is #D87275. Grayscale: #6E6E6E. Windows color (decimal): -14185078 or 9080103. OLE color: 9080103.

HSL color Cylindrical-coordinate representation of color #278D8A: hue angle of 178.24º 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 #278D8A is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB39141138-
CMYK0.7200.020.45
HSL178.24º56.67%35.29%-
HSV(B)178.24º72.34%55.29%-
XYZ14.9521.3227.37-
YUV110.16143.7177.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.26%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=12.26%
G=44.34%
B=43.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411380.7200.020.45178.2456.6735.29
Hex278D8A48022Db23923
Octal4721521211002552627143
Binary1001111000110110001010100100001010110110110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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