Html Css Color HEX #25918B Java

📋 copy color: '#25918B'

red 37 ◦ green 145 ◦ blue 139

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

Shades of Java #25918B

Tints of Java #25918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 11.53%
G = 45.17%
B = 43.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#25918B (or 0x25918B) is known color: Java. HEX triplet: 25, 91 and 8B. RGB value is (37,145,139). Sum of RGB (Red+Green+Blue) = 37+145+139=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #25918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918B is #DA6E74. Grayscale: #6F6F6F. Windows color (decimal): -14315125 or 9146661. OLE color: 9146661.

HSL color Cylindrical-coordinate representation of color #25918B: hue angle of 176.67º 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 #25918B is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 145 139 -
CMYK 0.74 0 0.04 0.43
HSL 176.67º 0.59% 0.36% -
HSV(B) 176.67º 0.74% 0.57% -
XYZ 15.55 22.51 27.95 -
YUV 112.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 37 145 139 0.74 0 0.04 0.43 176.67 0.59 0.36
Hex 25 91 8B 4A 0 4 2B B1 3B 24
Octal 45 221 213 112 0 4 53 261 73 44
Binary 100101 10010001 10001011 1001010 0 100 101011 10110001 111011 100100

Color Harmonies of #25918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25918B

Black with #25918B

Text Example


Text Example

White with #25918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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