Html Css Color HEX #25968A Java

📋 copy color: '#25968A'

red 37 ◦ green 150 ◦ blue 138

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

Shades of Java #25968A

Tints of Java #25968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.15%

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 11.38%
G = 46.15%
B = 42.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#25968A (or 0x25968A) is known color: Java. HEX triplet: 25, 96 and 8A. RGB value is (37,150,138). Sum of RGB (Red+Green+Blue) = 37+150+138=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #25968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25968A is #DA6975. Grayscale: #727272. Windows color (decimal): -14313846 or 9082405. OLE color: 9082405.

HSL color Cylindrical-coordinate representation of color #25968A: hue angle of 173.63º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25968A is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 150 138 -
CMYK 0.75 0 0.08 0.41
HSL 173.63º 0.6% 0.37% -
HSV(B) 173.63º 0.75% 0.59% -
XYZ 16.26 24.04 27.83 -
YUV 114.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 37 150 138 0.75 0 0.08 0.41 173.63 0.6 0.37
Hex 25 96 8A 4B 0 8 29 AE 3C 25
Octal 45 226 212 113 0 10 51 256 74 45
Binary 100101 10010110 10001010 1001011 0 1000 101001 10101110 111100 100101

Color Harmonies of #25968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25968A

Black with #25968A

Text Example


Text Example

White with #25968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25968A; }

 p { color: rgb(37,150,138); }

 H1.HeaderClassName
 {
   color: #25968A;
 }
 .AnyTagClassName
 {
   color: #25968A;
 }
</style>

background-color css

<style>
 a { background-color: #25968A; }

 a { background-color: rgb(37,150,138); }

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

border-color css

<style>
 span { border-color: #25968A; }

 span { border-color: rgb(37,150,138); }

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