Html Css Color HEX #259990 Java

📋 copy color: '#259990'

red 37 ◦ green 153 ◦ blue 144

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

Shades of Java #259990

Tints of Java #259990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 11.08%
G = 45.81%
B = 43.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#259990 (or 0x259990) is known color: Java. HEX triplet: 25, 99 and 90. RGB value is (37,153,144). Sum of RGB (Red+Green+Blue) = 37+153+144=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #259990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259990 is #DA666F. Grayscale: #757575. Windows color (decimal): -14313072 or 9476389. OLE color: 9476389.

HSL color Cylindrical-coordinate representation of color #259990: hue angle of 175.34º 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 #259990 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 153 144 -
CMYK 0.76 0 0.06 0.4
HSL 175.34º 0.61% 0.37% -
HSV(B) 175.34º 0.76% 0.6% -
XYZ 17.19 25.19 30.34 -
YUV 117.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 37 153 144 0.76 0 0.06 0.4 175.34 0.61 0.37
Hex 25 99 90 4C 0 6 28 AF 3D 25
Octal 45 231 220 114 0 6 50 257 75 45
Binary 100101 10011001 10010000 1001100 0 110 101000 10101111 111101 100101

Color Harmonies of #259990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259990

Black with #259990

Text Example


Text Example

White with #259990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259990; }

 p { color: rgb(37,153,144); }

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

background-color css

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

 a { background-color: rgb(37,153,144); }

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

border-color css

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

 span { border-color: rgb(37,153,144); }

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