Html Css Color HEX #259594 Java

📋 copy color: '#259594'

red 37 ◦ green 149 ◦ blue 148

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

Shades of Java #259594

Tints of Java #259594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 11.08%
G = 44.61%
B = 44.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#259594 (or 0x259594) is known color: Java. HEX triplet: 25, 95 and 94. RGB value is (37,149,148). Sum of RGB (Red+Green+Blue) = 37+149+148=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #259594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259594 is #DA6A6B. Grayscale: #737373. Windows color (decimal): -14314092 or 9737509. OLE color: 9737509.

HSL color Cylindrical-coordinate representation of color #259594: hue angle of 179.46º 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 #259594 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 149 148 -
CMYK 0.75 0 0.01 0.42
HSL 179.46º 0.6% 0.36% -
HSV(B) 179.46º 0.75% 0.58% -
XYZ 16.86 24.03 31.77 -
YUV 115.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 37 149 148 0.75 0 0.01 0.42 179.46 0.6 0.36
Hex 25 95 94 4B 0 1 2A B3 3C 24
Octal 45 225 224 113 0 1 52 263 74 44
Binary 100101 10010101 10010100 1001011 0 1 101010 10110011 111100 100100

Color Harmonies of #259594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259594

Black with #259594

Text Example


Text Example

White with #259594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259594; }

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

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

background-color css

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

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

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

border-color css

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

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

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