Html Css Color HEX #25918C Java

📋 copy color: '#25918C'

red 37 ◦ green 145 ◦ blue 140

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

Shades of Java #25918C

Tints of Java #25918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 11.49%
G = 45.03%
B = 43.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#25918C (or 0x25918C) is known color: Java. HEX triplet: 25, 91 and 8C. RGB value is (37,145,140). Sum of RGB (Red+Green+Blue) = 37+145+140=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #25918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918C is #DA6E73. Grayscale: #707070. Windows color (decimal): -14315124 or 9212197. OLE color: 9212197.

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

Color convert

RGB 37 145 140 -
CMYK 0.74 0 0.03 0.43
HSL 177.22º 0.59% 0.36% -
HSV(B) 177.22º 0.74% 0.57% -
XYZ 15.62 22.54 28.34 -
YUV 112.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 37 145 140 0.74 0 0.03 0.43 177.22 0.59 0.36
Hex 25 91 8C 4A 0 3 2B B1 3B 24
Octal 45 221 214 112 0 3 53 261 73 44
Binary 100101 10010001 10001100 1001010 0 11 101011 10110001 111011 100100

Color Harmonies of #25918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25918C

Black with #25918C

Text Example


Text Example

White with #25918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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