#258A8B

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

Shades of Java #258A8B

Tints of Java #258A8B

Color information

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

HSL color Cylindrical-coordinate representation of color #258A8B: hue angle of 180.59º 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 #258A8B is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37138139-
CMYK0.730.0100.45
HSL180.59º57.95%34.51%-
HSV(B)180.59º73.38%54.51%-
XYZ14.5120.4327.61-
YUV107.92145.5477.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371381390.730.0100.45180.5957.9534.51
Hex258A8B49102Db53a23
Octal4521221311110552657243
Binary100101100010101000101110010011010110110110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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