Html Css Color HEX #25918A Java

📋 copy color: '#25918A'

red 37 ◦ green 145 ◦ blue 138

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

Shades of Java #25918A

Tints of Java #25918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

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

R = 11.56%
G = 45.31%
B = 43.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#25918A (or 0x25918A) is known color: Java. HEX triplet: 25, 91 and 8A. RGB value is (37,145,138). Sum of RGB (Red+Green+Blue) = 37+145+138=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #25918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918A is #DA6E75. Grayscale: #6F6F6F. Windows color (decimal): -14315126 or 9081125. OLE color: 9081125.

HSL color Cylindrical-coordinate representation of color #25918A: hue angle of 176.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25918A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 145 138 -
CMYK 0.74 0 0.05 0.43
HSL 176.11º 0.59% 0.36% -
HSV(B) 176.11º 0.74% 0.57% -
XYZ 15.48 22.48 27.57 -
YUV 111.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 37 145 138 0.74 0 0.05 0.43 176.11 0.59 0.36
Hex 25 91 8A 4A 0 5 2B B0 3B 24
Octal 45 221 212 112 0 5 53 260 73 44
Binary 100101 10010001 10001010 1001010 0 101 101011 10110000 111011 100100

Color Harmonies of #25918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25918A

Black with #25918A

Text Example


Text Example

White with #25918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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