Html Css Color HEX #259992 Java

📋 copy color: '#259992'

red 37 ◦ green 153 ◦ blue 146

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

Shades of Java #259992

Tints of Java #259992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 11.01%
G = 45.54%
B = 43.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#259992 (or 0x259992) is known color: Java. HEX triplet: 25, 99 and 92. RGB value is (37,153,146). Sum of RGB (Red+Green+Blue) = 37+153+146=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #259992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259992 is #DA666D. Grayscale: #757575. Windows color (decimal): -14313070 or 9607461. OLE color: 9607461.

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

Color convert

RGB 37 153 146 -
CMYK 0.76 0 0.05 0.4
HSL 176.38º 0.61% 0.37% -
HSV(B) 176.38º 0.76% 0.6% -
XYZ 17.34 25.25 31.15 -
YUV 117.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 37 153 146 0.76 0 0.05 0.4 176.38 0.61 0.37
Hex 25 99 92 4C 0 5 28 B0 3D 25
Octal 45 231 222 114 0 5 50 260 75 45
Binary 100101 10011001 10010010 1001100 0 101 101000 10110000 111101 100101

Color Harmonies of #259992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259992

Black with #259992

Text Example


Text Example

White with #259992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259992; }

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

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

background-color css

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

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

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

border-color css

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

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

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