Html Css Color HEX #259695 Java

📋 copy color: '#259695'

red 37 ◦ green 150 ◦ blue 149

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

Shades of Java #259695

Tints of Java #259695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

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

R = 11.01%
G = 44.64%
B = 44.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#259695 (or 0x259695) is known color: Java. HEX triplet: 25, 96 and 95. RGB value is (37,150,149). Sum of RGB (Red+Green+Blue) = 37+150+149=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #259695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259695 is #DA696A. Grayscale: #737373. Windows color (decimal): -14313835 or 9803301. OLE color: 9803301.

HSL color Cylindrical-coordinate representation of color #259695: hue angle of 179.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259695 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 150 149 -
CMYK 0.75 0 0.01 0.41
HSL 179.47º 0.6% 0.37% -
HSV(B) 179.47º 0.75% 0.59% -
XYZ 17.09 24.38 32.24 -
YUV 116.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 37 150 149 0.75 0 0.01 0.41 179.47 0.6 0.37
Hex 25 96 95 4B 0 1 29 B3 3C 25
Octal 45 226 225 113 0 1 51 263 74 45
Binary 100101 10010110 10010101 1001011 0 1 101001 10110011 111100 100101

Color Harmonies of #259695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259695

Black with #259695

Text Example


Text Example

White with #259695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259695; }

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

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

background-color css

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

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

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

border-color css

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

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

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