Html Css Color HEX #259A8C Java

📋 copy color: '#259A8C'

red 37 ◦ green 154 ◦ blue 140

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

Shades of Java #259A8C

Tints of Java #259A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 11.18%
G = 46.53%
B = 42.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#259A8C (or 0x259A8C) is known color: Java. HEX triplet: 25, 9A and 8C. RGB value is (37,154,140). Sum of RGB (Red+Green+Blue) = 37+154+140=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #259A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A8C is #DA6573. Grayscale: #757575. Windows color (decimal): -14312820 or 9214501. OLE color: 9214501.

HSL color Cylindrical-coordinate representation of color #259A8C: hue angle of 172.82º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A8C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 154 140 -
CMYK 0.76 0 0.09 0.40
HSL 172.82º 0.61% 0.37% -
HSV(B) 172.82º 0.76% 0.6% -
XYZ 17.05 25.4 28.81 -
YUV 117.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 37 154 140 0.76 0 0.09 0.40 172.82 0.61 0.37
Hex 25 9A 8C 4C 0 9 28 AD 3D 25
Octal 45 232 214 114 0 11 50 255 75 45
Binary 100101 10011010 10001100 1001100 0 1001 101000 10101101 111101 100101

Color Harmonies of #259A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259A8C

Black with #259A8C

Text Example


Text Example

White with #259A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,154,140); }

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

background-color css

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

 a { background-color: rgb(37,154,140); }

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

border-color css

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

 span { border-color: rgb(37,154,140); }

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