Html Css Color HEX #258C86 Java

📋 copy color: '#258C86'

red 37 ◦ green 140 ◦ blue 134

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

Shades of Java #258C86

Tints of Java #258C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 11.9%
G = 45.02%
B = 43.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#258C86 (or 0x258C86) is known color: Java. HEX triplet: 25, 8C and 86. RGB value is (37,140,134). Sum of RGB (Red+Green+Blue) = 37+140+134=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #258C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C86 is #DA7379. Grayscale: #6C6C6C. Windows color (decimal): -14316410 or 8817701. OLE color: 8817701.

HSL color Cylindrical-coordinate representation of color #258C86: hue angle of 176.5º 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 #258C86 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 140 134 -
CMYK 0.74 0 0.04 0.45
HSL 176.5º 0.58% 0.35% -
HSV(B) 176.5º 0.74% 0.55% -
XYZ 14.44 20.87 25.82 -
YUV 108.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 37 140 134 0.74 0 0.04 0.45 176.5 0.58 0.35
Hex 25 8C 86 4A 0 4 2D B1 3A 23
Octal 45 214 206 112 0 4 55 261 72 43
Binary 100101 10001100 10000110 1001010 0 100 101101 10110001 111010 100011

Color Harmonies of #258C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C86

Black with #258C86

Text Example


Text Example

White with #258C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258C86; }

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

 H1.HeaderClassName
 {
   color: #258C86;
 }
 .AnyTagClassName
 {
   color: #258C86;
 }
</style>

background-color css

<style>
 a { background-color: #258C86; }

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

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

border-color css

<style>
 span { border-color: #258C86; }

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

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