Html Css Color HEX #25949A Java

📋 copy color: '#25949A'

red 37 ◦ green 148 ◦ blue 154

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

Shades of Java #25949A

Tints of Java #25949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 10.91%
G = 43.66%
B = 45.43%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25949A (or 0x25949A) is known color: Java. HEX triplet: 25, 94 and 9A. RGB value is (37,148,154). Sum of RGB (Red+Green+Blue) = 37+148+154=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #25949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949A is #DA6B65. Grayscale: #737373. Windows color (decimal): -14314342 or 10130469. OLE color: 10130469.

HSL color Cylindrical-coordinate representation of color #25949A: hue angle of 183.08º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25949A is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 148 154 -
CMYK 0.76 0.04 0 0.40
HSL 183.08º 0.61% 0.37% -
HSV(B) 183.08º 0.76% 0.6% -
XYZ 17.19 23.91 34.28 -
YUV 115.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 37 148 154 0.76 0.04 0 0.40 183.08 0.61 0.37
Hex 25 94 9A 4C 4 0 28 B7 3D 25
Octal 45 224 232 114 4 0 50 267 75 45
Binary 100101 10010100 10011010 1001100 100 0 101000 10110111 111101 100101

Color Harmonies of #25949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25949A

Black with #25949A

Text Example


Text Example

White with #25949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25949A; }

 p { color: rgb(37,148,154); }

 H1.HeaderClassName
 {
   color: #25949A;
 }
 .AnyTagClassName
 {
   color: #25949A;
 }
</style>

background-color css

<style>
 a { background-color: #25949A; }

 a { background-color: rgb(37,148,154); }

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

border-color css

<style>
 span { border-color: #25949A; }

 span { border-color: rgb(37,148,154); }

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