Html Css Color HEX #259B8E Java

📋 copy color: '#259B8E'

red 37 ◦ green 155 ◦ blue 142

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

Shades of Java #259B8E

Tints of Java #259B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.41%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 11.08%
G = 46.41%
B = 42.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#259B8E (or 0x259B8E) is known color: Java. HEX triplet: 25, 9B and 8E. RGB value is (37,155,142). Sum of RGB (Red+Green+Blue) = 37+155+142=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #259B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B8E is #DA6471. Grayscale: #767676. Windows color (decimal): -14312562 or 9345829. OLE color: 9345829.

HSL color Cylindrical-coordinate representation of color #259B8E: hue angle of 173.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B8E is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 142 -
CMYK 0.76 0 0.08 0.39
HSL 173.39º 0.61% 0.38% -
HSV(B) 173.39º 0.76% 0.61% -
XYZ 17.37 25.79 29.65 -
YUV 118.24 141.41 70.06 -
System Red Green Blue C M Y K H S L
Decimal 37 155 142 0.76 0 0.08 0.39 173.39 0.61 0.38
Hex 25 9B 8E 4C 0 8 27 AD 3D 26
Octal 45 233 216 114 0 10 47 255 75 46
Binary 100101 10011011 10001110 1001100 0 1000 100111 10101101 111101 100110

Color Harmonies of #259B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B8E

Black with #259B8E

Text Example


Text Example

White with #259B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,142); }

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

background-color css

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

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

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

border-color css

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

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

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