#258E84

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

Shades of Java #258E84

Tints of Java #258E84

Color information

#258E84 (or 0x258E84) is unknown color: approx Java. HEX triplet: 25, 8E and 84. RGB value is (37,142,132). Sum of RGB (Red+Green+Blue) = 37+142+132=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #258E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E84 is #DA717B. Grayscale: #6D6D6D. Windows color (decimal): -14315900 or 8687141. OLE color: 8687141.

HSL color Cylindrical-coordinate representation of color #258E84: hue angle of 174.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E84 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB37142132-
CMYK0.7400.070.44
HSL174.29º58.66%35.1%-
HSV(B)174.29º73.94%55.69%-
XYZ14.621.4125.19-
YUV109.46140.7176.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=11.90%
G=45.66%
B=42.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421320.7400.070.44174.2958.6635.1
Hex258E844A072Cae3b23
Octal4521620411207542567343
Binary10010110001110100001001001010011110110010101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,142,132); }

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

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

 a { background-color: rgb(37,142,132); }

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

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

 span { border-color: rgb(37,142,132); }

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