Html Css Color HEX #25838E Java

📋 copy color: '#25838E'

red 37 ◦ green 131 ◦ blue 142

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

Shades of Java #25838E

Tints of Java #25838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 11.94%
G = 42.26%
B = 45.81%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25838E (or 0x25838E) is known color: Java. HEX triplet: 25, 83 and 8E. RGB value is (37,131,142). Sum of RGB (Red+Green+Blue) = 37+131+142=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #25838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25838E is #DA7C71. Grayscale: #686868. Windows color (decimal): -14318706 or 9339685. OLE color: 9339685.

HSL color Cylindrical-coordinate representation of color #25838E: hue angle of 186.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25838E is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 131 142 -
CMYK 0.74 0.08 0 0.44
HSL 186.29º 0.59% 0.35% -
HSV(B) 186.29º 0.74% 0.56% -
XYZ 13.76 18.58 28.45 -
YUV 104.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 37 131 142 0.74 0.08 0 0.44 186.29 0.59 0.35
Hex 25 83 8E 4A 8 0 2C BA 3B 23
Octal 45 203 216 112 10 0 54 272 73 43
Binary 100101 10000011 10001110 1001010 1000 0 101100 10111010 111011 100011

Color Harmonies of #25838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25838E

Black with #25838E

Text Example


Text Example

White with #25838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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