Html Css Color HEX #25888C Java

📋 copy color: '#25888C'

red 37 ◦ green 136 ◦ blue 140

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

Shades of Java #25888C

Tints of Java #25888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 11.82%
G = 43.45%
B = 44.73%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25888C (or 0x25888C) is known color: Java. HEX triplet: 25, 88 and 8C. RGB value is (37,136,140). Sum of RGB (Red+Green+Blue) = 37+136+140=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #25888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25888C is #DA7773. Grayscale: #6A6A6A. Windows color (decimal): -14317428 or 9209893. OLE color: 9209893.

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

Color convert

RGB 37 136 140 -
CMYK 0.74 0.03 0 0.45
HSL 182.33º 0.58% 0.35% -
HSV(B) 182.33º 0.74% 0.55% -
XYZ 14.3 19.9 27.9 -
YUV 106.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 37 136 140 0.74 0.03 0 0.45 182.33 0.58 0.35
Hex 25 88 8C 4A 3 0 2D B6 3A 23
Octal 45 210 214 112 3 0 55 266 72 43
Binary 100101 10001000 10001100 1001010 11 0 101101 10110110 111010 100011

Color Harmonies of #25888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25888C

Black with #25888C

Text Example


Text Example

White with #25888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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