Html Css Color HEX #25888B Java

📋 copy color: '#25888B'

red 37 ◦ green 136 ◦ blue 139

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

Shades of Java #25888B

Tints of Java #25888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 11.86%
G = 43.59%
B = 44.55%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25888B (or 0x25888B) is known color: Java. HEX triplet: 25, 88 and 8B. RGB value is (37,136,139). Sum of RGB (Red+Green+Blue) = 37+136+139=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #25888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25888B is #DA7774. Grayscale: #6A6A6A. Windows color (decimal): -14317429 or 9144357. OLE color: 9144357.

HSL color Cylindrical-coordinate representation of color #25888B: hue angle of 181.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25888B is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 136 139 -
CMYK 0.73 0.02 0 0.45
HSL 181.76º 0.58% 0.35% -
HSV(B) 181.76º 0.73% 0.55% -
XYZ 14.23 19.87 27.51 -
YUV 106.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 37 136 139 0.73 0.02 0 0.45 181.76 0.58 0.35
Hex 25 88 8B 49 2 0 2D B6 3A 23
Octal 45 210 213 111 2 0 55 266 72 43
Binary 100101 10001000 10001011 1001001 10 0 101101 10110110 111010 100011

Color Harmonies of #25888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25888B

Black with #25888B

Text Example


Text Example

White with #25888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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