Html Css Color HEX #259F93 Java

📋 copy color: '#259F93'

red 37 ◦ green 159 ◦ blue 147

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

Shades of Java #259F93

Tints of Java #259F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 10.79%
G = 46.36%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#259F93 (or 0x259F93) is known color: Java. HEX triplet: 25, 9F and 93. RGB value is (37,159,147). Sum of RGB (Red+Green+Blue) = 37+159+147=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #259F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259F93 is #DA606C. Grayscale: #797979. Windows color (decimal): -14311533 or 9674533. OLE color: 9674533.

HSL color Cylindrical-coordinate representation of color #259F93: hue angle of 174.1º 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 #259F93 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 159 147 -
CMYK 0.77 0 0.08 0.38
HSL 174.1º 0.62% 0.38% -
HSV(B) 174.1º 0.77% 0.62% -
XYZ 18.43 27.3 31.9 -
YUV 121.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 37 159 147 0.77 0 0.08 0.38 174.1 0.62 0.38
Hex 25 9F 93 4D 0 8 26 AE 3E 26
Octal 45 237 223 115 0 10 46 256 76 46
Binary 100101 10011111 10010011 1001101 0 1000 100110 10101110 111110 100110

Color Harmonies of #259F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F93

Black with #259F93

Text Example


Text Example

White with #259F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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