#27918B

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

Shades of Java #27918B

Tints of Java #27918B

Color information

#27918B (or 0x27918B) is unknown color: approx Java. HEX triplet: 27, 91 and 8B. RGB value is (39,145,139). Sum of RGB (Red+Green+Blue) = 39+145+139=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #27918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27918B is #D86E74. Grayscale: #707070. Windows color (decimal): -14184053 or 9146663. OLE color: 9146663.

HSL color Cylindrical-coordinate representation of color #27918B: hue angle of 176.6º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27918B is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB39145139-
CMYK0.7300.040.43
HSL176.6º57.61%36.08%-
HSV(B)176.6º73.1%56.86%-
XYZ15.6222.5527.95-
YUV112.62142.8875.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=12.07%
G=44.89%
B=43.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391451390.7300.040.43176.657.6136.08
Hex27918B49042Bb13a24
Octal4722121311104532617244
Binary10011110010001100010111001001010010101110110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27918B; }

 p { color: rgb(39,145,139); }

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

<style>
 a { background-color: #27918B; }

 a { background-color: rgb(39,145,139); }

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

<style>
 span { border-color: #27918B; }

 span { border-color: rgb(39,145,139); }

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