Html Css Color HEX #25938D Java

📋 copy color: '#25938D'

red 37 ◦ green 147 ◦ blue 141

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

Shades of Java #25938D

Tints of Java #25938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 11.38%
G = 45.23%
B = 43.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#25938D (or 0x25938D) is known color: Java. HEX triplet: 25, 93 and 8D. RGB value is (37,147,141). Sum of RGB (Red+Green+Blue) = 37+147+141=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #25938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25938D is #DA6C72. Grayscale: #717171. Windows color (decimal): -14314611 or 9278245. OLE color: 9278245.

HSL color Cylindrical-coordinate representation of color #25938D: hue angle of 176.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25938D is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 147 141 -
CMYK 0.75 0 0.04 0.42
HSL 176.73º 0.6% 0.36% -
HSV(B) 176.73º 0.75% 0.58% -
XYZ 16 23.18 28.83 -
YUV 113.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 37 147 141 0.75 0 0.04 0.42 176.73 0.6 0.36
Hex 25 93 8D 4B 0 4 2A B1 3C 24
Octal 45 223 215 113 0 4 52 261 74 44
Binary 100101 10010011 10001101 1001011 0 100 101010 10110001 111100 100100

Color Harmonies of #25938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25938D

Black with #25938D

Text Example


Text Example

White with #25938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25938D; }

 p { color: rgb(37,147,141); }

 H1.HeaderClassName
 {
   color: #25938D;
 }
 .AnyTagClassName
 {
   color: #25938D;
 }
</style>

background-color css

<style>
 a { background-color: #25938D; }

 a { background-color: rgb(37,147,141); }

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

border-color css

<style>
 span { border-color: #25938D; }

 span { border-color: rgb(37,147,141); }

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