Html Css Color HEX #258B85 Java

📋 copy color: '#258B85'

red 37 ◦ green 139 ◦ blue 133

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

Shades of Java #258B85

Tints of Java #258B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 11.97%
G = 44.98%
B = 43.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#258B85 (or 0x258B85) is known color: Java. HEX triplet: 25, 8B and 85. RGB value is (37,139,133). Sum of RGB (Red+Green+Blue) = 37+139+133=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #258B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B85 is #DA747A. Grayscale: #6B6B6B. Windows color (decimal): -14316667 or 8751909. OLE color: 8751909.

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

Color convert

RGB 37 139 133 -
CMYK 0.73 0 0.04 0.45
HSL 176.47º 0.58% 0.35% -
HSV(B) 176.47º 0.73% 0.55% -
XYZ 14.23 20.55 25.41 -
YUV 107.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 37 139 133 0.73 0 0.04 0.45 176.47 0.58 0.35
Hex 25 8B 85 49 0 4 2D B0 3A 23
Octal 45 213 205 111 0 4 55 260 72 43
Binary 100101 10001011 10000101 1001001 0 100 101101 10110000 111010 100011

Color Harmonies of #258B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B85

Black with #258B85

Text Example


Text Example

White with #258B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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