Html Css Color HEX #25988F Java

📋 copy color: '#25988F'

red 37 ◦ green 152 ◦ blue 143

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

Shades of Java #25988F

Tints of Java #25988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 11.14%
G = 45.78%
B = 43.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#25988F (or 0x25988F) is known color: Java. HEX triplet: 25, 98 and 8F. RGB value is (37,152,143). Sum of RGB (Red+Green+Blue) = 37+152+143=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #25988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25988F is #DA6770. Grayscale: #747474. Windows color (decimal): -14313329 or 9410597. OLE color: 9410597.

HSL color Cylindrical-coordinate representation of color #25988F: hue angle of 175.3º 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 #25988F is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 152 143 -
CMYK 0.76 0 0.06 0.40
HSL 175.3º 0.61% 0.37% -
HSV(B) 175.3º 0.76% 0.6% -
XYZ 16.95 24.83 29.89 -
YUV 116.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 37 152 143 0.76 0 0.06 0.40 175.3 0.61 0.37
Hex 25 98 8F 4C 0 6 28 AF 3D 25
Octal 45 230 217 114 0 6 50 257 75 45
Binary 100101 10011000 10001111 1001100 0 110 101000 10101111 111101 100101

Color Harmonies of #25988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25988F

Black with #25988F

Text Example


Text Example

White with #25988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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