Html Css Color HEX #25A5A0 Java

📋 copy color: '#25A5A0'

red 37 ◦ green 165 ◦ blue 160

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

Shades of Java #25A5A0

Tints of Java #25A5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 10.22%
G = 45.58%
B = 44.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#25A5A0 (or 0x25A5A0) is known color: Java. HEX triplet: 25, A5 and A0. RGB value is (37,165,160). Sum of RGB (Red+Green+Blue) = 37+165+160=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #25A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A5A0 is #DA5A5F. Grayscale: #7E7E7E. Windows color (decimal): -14309984 or 10528037. OLE color: 10528037.

HSL color Cylindrical-coordinate representation of color #25A5A0: hue angle of 177.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A5A0 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 165 160 -
CMYK 0.78 0 0.03 0.35
HSL 177.66º 0.63% 0.4% -
HSV(B) 177.66º 0.78% 0.65% -
XYZ 20.56 29.84 37.93 -
YUV 126.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 37 165 160 0.78 0 0.03 0.35 177.66 0.63 0.4
Hex 25 A5 A0 4E 0 3 23 B2 3F 28
Octal 45 245 240 116 0 3 43 262 77 50
Binary 100101 10100101 10100000 1001110 0 11 100011 10110010 111111 101000

Color Harmonies of #25A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A5A0

Black with #25A5A0

Text Example


Text Example

White with #25A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,165,160); }

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

background-color css

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

 a { background-color: rgb(37,165,160); }

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

border-color css

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

 span { border-color: rgb(37,165,160); }

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