Html Css Color HEX #259F96 Java

📋 copy color: '#259F96'

red 37 ◦ green 159 ◦ blue 150

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

Shades of Java #259F96

Tints of Java #259F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 10.69%
G = 45.95%
B = 43.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#259F96 (or 0x259F96) is known color: Java. HEX triplet: 25, 9F and 96. RGB value is (37,159,150). Sum of RGB (Red+Green+Blue) = 37+159+150=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #259F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259F96 is #DA6069. Grayscale: #797979. Windows color (decimal): -14311530 or 9871141. OLE color: 9871141.

HSL color Cylindrical-coordinate representation of color #259F96: hue angle of 175.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F96 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 159 150 -
CMYK 0.77 0 0.06 0.38
HSL 175.57º 0.62% 0.38% -
HSV(B) 175.57º 0.77% 0.62% -
XYZ 18.67 27.39 33.16 -
YUV 121.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 37 159 150 0.77 0 0.06 0.38 175.57 0.62 0.38
Hex 25 9F 96 4D 0 6 26 B0 3E 26
Octal 45 237 226 115 0 6 46 260 76 46
Binary 100101 10011111 10010110 1001101 0 110 100110 10110000 111110 100110

Color Harmonies of #259F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F96

Black with #259F96

Text Example


Text Example

White with #259F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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