Html Css Color HEX #259B8D Java

📋 copy color: '#259B8D'

red 37 ◦ green 155 ◦ blue 141

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

Shades of Java #259B8D

Tints of Java #259B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 11.11%
G = 46.55%
B = 42.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#259B8D (or 0x259B8D) is known color: Java. HEX triplet: 25, 9B and 8D. RGB value is (37,155,141). Sum of RGB (Red+Green+Blue) = 37+155+141=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #259B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B8D is #DA6472. Grayscale: #767676. Windows color (decimal): -14312563 or 9280293. OLE color: 9280293.

HSL color Cylindrical-coordinate representation of color #259B8D: hue angle of 172.88º 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 #259B8D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 141 -
CMYK 0.76 0 0.09 0.39
HSL 172.88º 0.61% 0.38% -
HSV(B) 172.88º 0.76% 0.61% -
XYZ 17.29 25.76 29.26 -
YUV 118.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 37 155 141 0.76 0 0.09 0.39 172.88 0.61 0.38
Hex 25 9B 8D 4C 0 9 27 AD 3D 26
Octal 45 233 215 114 0 11 47 255 75 46
Binary 100101 10011011 10001101 1001100 0 1001 100111 10101101 111101 100110

Color Harmonies of #259B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B8D

Black with #259B8D

Text Example


Text Example

White with #259B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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