Html Css Color HEX #25928E Java

📋 copy color: '#25928E'

red 37 ◦ green 146 ◦ blue 142

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

Shades of Java #25928E

Tints of Java #25928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 11.38%
G = 44.92%
B = 43.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#25928E (or 0x25928E) is known color: Java. HEX triplet: 25, 92 and 8E. RGB value is (37,146,142). Sum of RGB (Red+Green+Blue) = 37+146+142=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #25928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25928E is #DA6D71. Grayscale: #707070. Windows color (decimal): -14314866 or 9343525. OLE color: 9343525.

HSL color Cylindrical-coordinate representation of color #25928E: hue angle of 177.8º 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 #25928E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 146 142 -
CMYK 0.75 0 0.03 0.43
HSL 177.8º 0.6% 0.36% -
HSV(B) 177.8º 0.75% 0.57% -
XYZ 15.92 22.9 29.17 -
YUV 112.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 37 146 142 0.75 0 0.03 0.43 177.8 0.6 0.36
Hex 25 92 8E 4B 0 3 2B B2 3C 24
Octal 45 222 216 113 0 3 53 262 74 44
Binary 100101 10010010 10001110 1001011 0 11 101011 10110010 111100 100100

Color Harmonies of #25928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25928E

Black with #25928E

Text Example


Text Example

White with #25928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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