Html Css Color HEX #25988D Java

📋 copy color: '#25988D'

red 37 ◦ green 152 ◦ blue 141

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

Shades of Java #25988D

Tints of Java #25988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 11.21%
G = 46.06%
B = 42.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#25988D (or 0x25988D) is known color: Java. HEX triplet: 25, 98 and 8D. RGB value is (37,152,141). Sum of RGB (Red+Green+Blue) = 37+152+141=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #25988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25988D is #DA6772. Grayscale: #747474. Windows color (decimal): -14313331 or 9279525. OLE color: 9279525.

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

Color convert

RGB 37 152 141 -
CMYK 0.76 0 0.07 0.40
HSL 174.26º 0.61% 0.37% -
HSV(B) 174.26º 0.76% 0.6% -
XYZ 16.8 24.77 29.1 -
YUV 116.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 37 152 141 0.76 0 0.07 0.40 174.26 0.61 0.37
Hex 25 98 8D 4C 0 7 28 AE 3D 25
Octal 45 230 215 114 0 7 50 256 75 45
Binary 100101 10011000 10001101 1001100 0 111 101000 10101110 111101 100101

Color Harmonies of #25988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25988D

Black with #25988D

Text Example


Text Example

White with #25988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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