Html Css Color HEX #259595 Java

📋 copy color: '#259595'

red 37 ◦ green 149 ◦ blue 149

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

Shades of Java #259595

Tints of Java #259595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 11.04%
G = 44.48%
B = 44.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#259595 (or 0x259595) is known color: Java. HEX triplet: 25, 95 and 95. RGB value is (37,149,149). Sum of RGB (Red+Green+Blue) = 37+149+149=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #259595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259595 is #DA6A6A. Grayscale: #737373. Windows color (decimal): -14314091 or 9803045. OLE color: 9803045.

HSL color Cylindrical-coordinate representation of color #259595: hue angle of 180º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259595 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 149 149 -
CMYK 0.75 0 0 0.42
HSL 180º 0.6% 0.36% -
HSV(B) 180º 0.75% 0.58% -
XYZ 16.94 24.06 32.18 -
YUV 115.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 37 149 149 0.75 0 0 0.42 180 0.6 0.36
Hex 25 95 95 4B 0 0 2A B4 3C 24
Octal 45 225 225 113 0 0 52 264 74 44
Binary 100101 10010101 10010101 1001011 0 0 101010 10110100 111100 100100

Color Harmonies of #259595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259595

Black with #259595

Text Example


Text Example

White with #259595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259595; }

 p { color: rgb(37,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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