#258B8A

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

Shades of Java #258B8A

Tints of Java #258B8A

Color information

#258B8A (or 0x258B8A) is unknown color: approx Java. HEX triplet: 25, 8B and 8A. RGB value is (37,139,138). Sum of RGB (Red+Green+Blue) = 37+139+138=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #258B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B8A is #DA7475. Grayscale: #6C6C6C. Windows color (decimal): -14316662 or 9079589. OLE color: 9079589.

HSL color Cylindrical-coordinate representation of color #258B8A: hue angle of 179.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B8A is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB37139138-
CMYK0.7300.010.45
HSL179.41º57.95%34.51%-
HSV(B)179.41º73.38%54.51%-
XYZ14.5820.6927.27-
YUV108.39144.7177.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=11.78%
G=44.27%
B=43.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371391380.7300.010.45179.4157.9534.51
Hex258B8A49012Db33a23
Octal4521321211101552637243
Binary100101100010111000101010010010110110110110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258B8A; }

 p { color: rgb(37,139,138); }

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

<style>
 a { background-color: #258B8A; }

 a { background-color: rgb(37,139,138); }

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

<style>
 span { border-color: #258B8A; }

 span { border-color: rgb(37,139,138); }

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