Html Css Color HEX #25948B Java

📋 copy color: '#25948B'

red 37 ◦ green 148 ◦ blue 139

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

Shades of Java #25948B

Tints of Java #25948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 11.42%
G = 45.68%
B = 42.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#25948B (or 0x25948B) is known color: Java. HEX triplet: 25, 94 and 8B. RGB value is (37,148,139). Sum of RGB (Red+Green+Blue) = 37+148+139=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #25948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25948B is #DA6B74. Grayscale: #717171. Windows color (decimal): -14314357 or 9147429. OLE color: 9147429.

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

Color convert

RGB 37 148 139 -
CMYK 0.75 0 0.06 0.42
HSL 175.14º 0.6% 0.36% -
HSV(B) 175.14º 0.75% 0.58% -
XYZ 16.01 23.44 28.11 -
YUV 113.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 37 148 139 0.75 0 0.06 0.42 175.14 0.6 0.36
Hex 25 94 8B 4B 0 6 2A AF 3C 24
Octal 45 224 213 113 0 6 52 257 74 44
Binary 100101 10010100 10001011 1001011 0 110 101010 10101111 111100 100100

Color Harmonies of #25948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25948B

Black with #25948B

Text Example


Text Example

White with #25948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25948B; }

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

 H1.HeaderClassName
 {
   color: #25948B;
 }
 .AnyTagClassName
 {
   color: #25948B;
 }
</style>

background-color css

<style>
 a { background-color: #25948B; }

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

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

border-color css

<style>
 span { border-color: #25948B; }

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

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