#258D98

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

Shades of Java #258D98

Tints of Java #258D98

Color information

#258D98 (or 0x258D98) is unknown color: approx Java. HEX triplet: 25, 8D and 98. RGB value is (37,141,152). Sum of RGB (Red+Green+Blue) = 37+141+152=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #258D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D98 is #DA7267. Grayscale: #6F6F6F. Windows color (decimal): -14316136 or 9997605. OLE color: 9997605.

HSL color Cylindrical-coordinate representation of color #258D98: hue angle of 185.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258D98 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37141152-
CMYK0.760.0700.40
HSL185.74º60.85%37.06%-
HSV(B)185.74º75.66%59.61%-
XYZ15.9621.7133.06-
YUV111.16151.0475.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=11.21%
G=42.73%
B=46.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371411520.760.0700.40185.7460.8537.06
Hex258D984C7028ba3d25
Octal4521523011470502727545
Binary10010110001101100110001001100111010100010111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,141,152); }

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

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

 a { background-color: rgb(37,141,152); }

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

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

 span { border-color: rgb(37,141,152); }

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