Html Css Color HEX #25938E Java

📋 copy color: '#25938E'

red 37 ◦ green 147 ◦ blue 142

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

Shades of Java #25938E

Tints of Java #25938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 11.35%
G = 45.09%
B = 43.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#25938E (or 0x25938E) is known color: Java. HEX triplet: 25, 93 and 8E. RGB value is (37,147,142). Sum of RGB (Red+Green+Blue) = 37+147+142=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #25938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25938E is #DA6C71. Grayscale: #717171. Windows color (decimal): -14314610 or 9343781. OLE color: 9343781.

HSL color Cylindrical-coordinate representation of color #25938E: hue angle of 177.27º 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 #25938E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 147 142 -
CMYK 0.75 0 0.03 0.42
HSL 177.27º 0.6% 0.36% -
HSV(B) 177.27º 0.75% 0.58% -
XYZ 16.08 23.21 29.22 -
YUV 113.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 37 147 142 0.75 0 0.03 0.42 177.27 0.6 0.36
Hex 25 93 8E 4B 0 3 2A B1 3C 24
Octal 45 223 216 113 0 3 52 261 74 44
Binary 100101 10010011 10001110 1001011 0 11 101010 10110001 111100 100100

Color Harmonies of #25938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25938E

Black with #25938E

Text Example


Text Example

White with #25938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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