Html Css Color HEX #25948F Java

📋 copy color: '#25948F'

red 37 ◦ green 148 ◦ blue 143

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

Shades of Java #25948F

Tints of Java #25948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 11.28%
G = 45.12%
B = 43.6%

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

#25948F (or 0x25948F) is known color: Java. HEX triplet: 25, 94 and 8F. RGB value is (37,148,143). Sum of RGB (Red+Green+Blue) = 37+148+143=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #25948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25948F is #DA6B70. Grayscale: #727272. Windows color (decimal): -14314353 or 9409573. OLE color: 9409573.

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

Color convert

RGB 37 148 143 -
CMYK 0.75 0 0.03 0.42
HSL 177.3º 0.6% 0.36% -
HSV(B) 177.3º 0.75% 0.58% -
XYZ 16.31 23.56 29.67 -
YUV 114.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 37 148 143 0.75 0 0.03 0.42 177.3 0.6 0.36
Hex 25 94 8F 4B 0 3 2A B1 3C 24
Octal 45 224 217 113 0 3 52 261 74 44
Binary 100101 10010100 10001111 1001011 0 11 101010 10110001 111100 100100

Color Harmonies of #25948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25948F

Black with #25948F

Text Example


Text Example

White with #25948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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