Html Css Color HEX #25A294 Java

📋 copy color: '#25A294'

red 37 ◦ green 162 ◦ blue 148

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

Shades of Java #25A294

Tints of Java #25A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 10.66%
G = 46.69%
B = 42.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#25A294 (or 0x25A294) is known color: Java. HEX triplet: 25, A2 and 94. RGB value is (37,162,148). Sum of RGB (Red+Green+Blue) = 37+162+148=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #25A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A294 is #DA5D6B. Grayscale: #7A7A7A. Windows color (decimal): -14310764 or 9740837. OLE color: 9740837.

HSL color Cylindrical-coordinate representation of color #25A294: hue angle of 173.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A294 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 162 148 -
CMYK 0.77 0 0.09 0.36
HSL 173.28º 0.63% 0.39% -
HSV(B) 173.28º 0.77% 0.64% -
XYZ 19.03 28.37 32.49 -
YUV 123.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 37 162 148 0.77 0 0.09 0.36 173.28 0.63 0.39
Hex 25 A2 94 4D 0 9 24 AD 3F 27
Octal 45 242 224 115 0 11 44 255 77 47
Binary 100101 10100010 10010100 1001101 0 1001 100100 10101101 111111 100111

Color Harmonies of #25A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A294

Black with #25A294

Text Example


Text Example

White with #25A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A294; }

 p { color: rgb(37,162,148); }

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

background-color css

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

 a { background-color: rgb(37,162,148); }

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

border-color css

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

 span { border-color: rgb(37,162,148); }

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