Html Css Color HEX #25A1A4 Java

📋 copy color: '#25A1A4'

red 37 ◦ green 161 ◦ blue 164

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

Shades of Java #25A1A4

Tints of Java #25A1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 10.22%
G = 44.48%
B = 45.3%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#25A1A4 (or 0x25A1A4) is known color: Java. HEX triplet: 25, A1 and A4. RGB value is (37,161,164). Sum of RGB (Red+Green+Blue) = 37+161+164=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #25A1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A1A4 is #DA5E5B. Grayscale: #7C7C7C. Windows color (decimal): -14311004 or 10789157. OLE color: 10789157.

HSL color Cylindrical-coordinate representation of color #25A1A4: hue angle of 181.42º 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 #25A1A4 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 161 164 -
CMYK 0.77 0.02 0 0.36
HSL 181.42º 0.63% 0.39% -
HSV(B) 181.42º 0.77% 0.64% -
XYZ 20.21 28.56 39.57 -
YUV 124.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 37 161 164 0.77 0.02 0 0.36 181.42 0.63 0.39
Hex 25 A1 A4 4D 2 0 24 B5 3F 27
Octal 45 241 244 115 2 0 44 265 77 47
Binary 100101 10100001 10100100 1001101 10 0 100100 10110101 111111 100111

Color Harmonies of #25A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A1A4

Black with #25A1A4

Text Example


Text Example

White with #25A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,161,164); }

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

background-color css

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

 a { background-color: rgb(37,161,164); }

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

border-color css

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

 span { border-color: rgb(37,161,164); }

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