Html Css Color HEX #25928B Java

📋 copy color: '#25928B'

red 37 ◦ green 146 ◦ blue 139

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

Shades of Java #25928B

Tints of Java #25928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 11.49%
G = 45.34%
B = 43.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#25928B (or 0x25928B) is known color: Java. HEX triplet: 25, 92 and 8B. RGB value is (37,146,139). Sum of RGB (Red+Green+Blue) = 37+146+139=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #25928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25928B is #DA6D74. Grayscale: #707070. Windows color (decimal): -14314869 or 9146917. OLE color: 9146917.

HSL color Cylindrical-coordinate representation of color #25928B: hue angle of 176.15º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25928B is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 146 139 -
CMYK 0.75 0 0.05 0.43
HSL 176.15º 0.6% 0.36% -
HSV(B) 176.15º 0.75% 0.57% -
XYZ 15.7 22.82 28 -
YUV 112.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 37 146 139 0.75 0 0.05 0.43 176.15 0.6 0.36
Hex 25 92 8B 4B 0 5 2B B0 3C 24
Octal 45 222 213 113 0 5 53 260 74 44
Binary 100101 10010010 10001011 1001011 0 101 101011 10110000 111100 100100

Color Harmonies of #25928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25928B

Black with #25928B

Text Example


Text Example

White with #25928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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