Html Css Color HEX #258A89 Java

📋 copy color: '#258A89'

red 37 ◦ green 138 ◦ blue 137

#258A89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #258A89

Tints of Java #258A89

RGB

 RED value IS 37 (14.84% from 255) = 11.86%

 GREEN value IS 138 (54.3% from 255) = 44.23%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 11.86%
G = 44.23%
B = 43.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#258A89 (or 0x258A89) is known color: Java. HEX triplet: 25, 8A and 89. RGB value is (37,138,137). Sum of RGB (Red+Green+Blue) = 37+138+137=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #258A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A89 is #DA7576. Grayscale: #6B6B6B. Windows color (decimal): -14316919 or 9013797. OLE color: 9013797.

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

Color convert

RGB 37 138 137 -
CMYK 0.73 0 0.01 0.46
HSL 179.41º 0.58% 0.34% -
HSV(B) 179.41º 0.73% 0.54% -
XYZ 14.37 20.38 26.84 -
YUV 107.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 37 138 137 0.73 0 0.01 0.46 179.41 0.58 0.34
Hex 25 8A 89 49 0 1 2E B3 3A 22
Octal 45 212 211 111 0 1 56 263 72 42
Binary 100101 10001010 10001001 1001001 0 1 101110 10110011 111010 100010

Color Harmonies of #258A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258A89

Black with #258A89

Text Example


Text Example

White with #258A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #258A89;
 }
 .AnyTagClassName
 {
   color: #258A89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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